diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 12:51:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-07-09 12:51:06 +0000 |
commit | d1b9efa5a2d5211f73a96f806fa39663bb7160c5 (patch) | |
tree | df81521875feae07575c756c9eafdb25553401a6 /os/nil | |
parent | 10eb87357c901d0209a05168b5cafd0c8262b812 (diff) | |
download | ChibiOS-d1b9efa5a2d5211f73a96f806fa39663bb7160c5.tar.gz ChibiOS-d1b9efa5a2d5211f73a96f806fa39663bb7160c5.tar.bz2 ChibiOS-d1b9efa5a2d5211f73a96f806fa39663bb7160c5.zip |
Fixed bug #611.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8073 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil')
-rw-r--r-- | os/nil/ports/AVR/nilcore.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/os/nil/ports/AVR/nilcore.h b/os/nil/ports/AVR/nilcore.h index 28d06ce1e..3da48c262 100644 --- a/os/nil/ports/AVR/nilcore.h +++ b/os/nil/ports/AVR/nilcore.h @@ -123,15 +123,6 @@ #if !defined(_FROM_ASM_)
/**
- * @brief Type of system time.
- */
-#if (NIL_CFG_ST_RESOLUTION == 32) || defined(__DOXYGEN__)
-typedef uint32_t systime_t;
-#else
-typedef uint16_t systime_t;
-#endif
-
-/**
* @brief Type of stack and memory alignment enforcement.
*/
typedef uint8_t stkalign_t;
|