diff options
Diffstat (limited to 'demos/AVR/NIL-ARDUINO-NANO/halconf.h')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-NANO/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/AVR/NIL-ARDUINO-NANO/halconf.h b/demos/AVR/NIL-ARDUINO-NANO/halconf.h index 62efc9d90..984177a9e 100644 --- a/demos/AVR/NIL-ARDUINO-NANO/halconf.h +++ b/demos/AVR/NIL-ARDUINO-NANO/halconf.h @@ -69,13 +69,6 @@ #endif
/**
- * @brief Enables the EXT subsystem.
- */
-#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
-#define HAL_USE_EXT FALSE
-#endif
-
-/**
* @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
|