aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/PWM-ICU
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/PWM-ICU')
-rw-r--r--testhal/STM32/STM32F4xx/PWM-ICU/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h b/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h
index a18bd8f34..39a82c74f 100644
--- a/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h
+++ b/testhal/STM32/STM32F4xx/PWM-ICU/halconf.h
@@ -55,7 +55,7 @@
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
-#define HAL_USE_DAC TRUE
+#define HAL_USE_DAC FALSE
#endif
/**