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 --- os/hal/templates/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'os') diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index 138f4986a..2b169e22e 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -68,13 +68,6 @@ #define HAL_USE_DAC TRUE #endif -/** - * @brief Enables the EXT subsystem. - */ -#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__) -#define HAL_USE_EXT TRUE -#endif - /** * @brief Enables the GPT subsystem. */ -- cgit v1.2.3