diff options
author | gdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2019-01-26 07:00:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01> | 2019-01-26 07:00:49 +0000 |
commit | e3c246361b4d528aaca396285615b99e4f15e431 (patch) | |
tree | fea4c6f89f56e114f656ac2d85f662b3da2ec3cf /tools | |
parent | b0c2a4437e69f555c65c562d846e2e7b239221bd (diff) | |
download | ChibiOS-e3c246361b4d528aaca396285615b99e4f15e431.tar.gz ChibiOS-e3c246361b4d528aaca396285615b99e4f15e431.tar.bz2 ChibiOS-e3c246361b4d528aaca396285615b99e4f15e431.zip |
Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12582 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools')
-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__)
|