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 /testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h | |
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 'testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h')
-rw-r--r-- | testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h b/testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h index 11b5dbf7b..ca23c4c09 100644 --- a/testhal/STM32/STM32F4xx/DAC_DUAL/halconf.h +++ b/testhal/STM32/STM32F4xx/DAC_DUAL/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__)
|