diff options
Diffstat (limited to 'tools/ftl/processors/conf/halconf/halconf.h.ftl')
-rw-r--r-- | tools/ftl/processors/conf/halconf/halconf.h.ftl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/ftl/processors/conf/halconf/halconf.h.ftl b/tools/ftl/processors/conf/halconf/halconf.h.ftl index 64a7db9de..91f4d8783 100644 --- a/tools/ftl/processors/conf/halconf/halconf.h.ftl +++ b/tools/ftl/processors/conf/halconf/halconf.h.ftl @@ -80,13 +80,6 @@ #endif
/**
- * @brief Enables the EXT subsystem.
- */
-#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
-#define HAL_USE_EXT ${doc.HAL_USE_EXT!"FALSE"}
-#endif
-
-/**
* @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
|