From e3c246361b4d528aaca396285615b99e4f15e431 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 26 Jan 2019 07:00:49 +0000 Subject: Mass update. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12582 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- tools/ftl/processors/conf/halconf/halconf.h.ftl | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tools') 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 @@ -79,13 +79,6 @@ #define HAL_USE_DAC ${doc.HAL_USE_DAC!"FALSE"} #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. */ -- cgit v1.2.3