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