diff options
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-MINI/chconf.h')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-MINI/chconf.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/demos/AVR/NIL-ARDUINO-MINI/chconf.h b/demos/AVR/NIL-ARDUINO-MINI/chconf.h index a7fee8eb8..864bdb872 100644 --- a/demos/AVR/NIL-ARDUINO-MINI/chconf.h +++ b/demos/AVR/NIL-ARDUINO-MINI/chconf.h @@ -69,18 +69,6 @@ #define CH_CFG_ST_FREQUENCY 15624
/**
- * @brief Time intervals data size.
- * @note Allowed values are 16, 32 or 64 bits.
- */
-#define CH_CFG_INTERVALS_SIZE 32
-
-/**
- * @brief Time types data size.
- * @note Allowed values are 16 or 32 bits.
- */
-#define CH_CFG_TIME_TYPES_SIZE 32
-
-/**
* @brief Time delta constant for the tick-less mode.
* @note If this value is zero then the system uses the classic
* periodic tick. This value represents the minimum number
|