diff options
author | isiora <none@example.com> | 2018-03-16 18:34:20 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-03-16 18:34:20 +0000 |
commit | 33816ba3c642cf9f3bae803a8c9b20a577994c84 (patch) | |
tree | 907f24299a2083a8b20443c74ef7d3c39905933a /os/common | |
parent | 973e0e5d74a2db41075eaf006ca11ba306a158dc (diff) | |
download | ChibiOS-33816ba3c642cf9f3bae803a8c9b20a577994c84.tar.gz ChibiOS-33816ba3c642cf9f3bae803a8c9b20a577994c84.tar.bz2 ChibiOS-33816ba3c642cf9f3bae803a8c9b20a577994c84.zip |
Minor changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11785 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCAx-TZ/chtssi.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/os/common/ports/ARMCAx-TZ/chtssi.h b/os/common/ports/ARMCAx-TZ/chtssi.h index 198ec8a50..d0be2460a 100644 --- a/os/common/ports/ARMCAx-TZ/chtssi.h +++ b/os/common/ports/ARMCAx-TZ/chtssi.h @@ -99,10 +99,10 @@ typedef uint8_t * ts_params_area_t;
typedef struct tssi_service_state {
- uint32_t ts_status;
- thread_reference_t ts_thdp;
- ts_params_area_t ts_datap;
- uint32_t ts_datalen;
+ uint32_t ts_status;
+ thread_reference_t ts_thdp;
+ ts_params_area_t ts_datap;
+ uint32_t ts_datalen;
} ts_state_t;
/*===========================================================================*/
@@ -125,6 +125,7 @@ typedef struct tssi_service_state { */
#define TS_STATE(i) (&ts_state[i])
+
/**
* @brief Start of user service table.
*/
|