diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 13:19:35 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-11 13:19:35 +0000 |
commit | 7404ce9c286b2a6076d4e8a290b6276ce422cc38 (patch) | |
tree | 2c6b50215ba0885e8645eb4ce349ce9af2b24d25 /os/rt/ports/ARMCMx/compilers | |
parent | 0f341a84ecbffa235bf0d2f461181deaad92bf2f (diff) | |
download | ChibiOS-7404ce9c286b2a6076d4e8a290b6276ce422cc38.tar.gz ChibiOS-7404ce9c286b2a6076d4e8a290b6276ce422cc38.tar.bz2 ChibiOS-7404ce9c286b2a6076d4e8a290b6276ce422cc38.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6294 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/ARMCMx/compilers')
-rw-r--r-- | os/rt/ports/ARMCMx/compilers/GCC/chtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h b/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h index e16e4379e..1cf45c99b 100644 --- a/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h +++ b/os/rt/ports/ARMCMx/compilers/GCC/chtypes.h @@ -51,7 +51,6 @@ #endif
/** @} */
-typedef uint32_t systime_t; /**< System time. */
typedef uint32_t rtcnt_t; /**< Realtime counter. */
typedef uint64_t rttime_t; /**< Time accumulator. */
typedef uint32_t syssts_t; /**< System status word. */
|