aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/GPT/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/GPT/halconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/GPT/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/GPT/halconf.h b/testhal/STM32/STM32F4xx/GPT/halconf.h
index 28bd0e52d..d2d78d09b 100644
--- a/testhal/STM32/STM32F4xx/GPT/halconf.h
+++ b/testhal/STM32/STM32F4xx/GPT/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
/**