aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/COMP/halconf.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-02-09 12:30:21 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2017-02-09 12:30:21 +0100
commit4ffde4b17e7d74924e38531422e9af999110b92c (patch)
tree4d0832502479855ddd620f16948bfc69d4d2f8d9 /testhal/STM32/STM32F3xx/COMP/halconf.h
parentfd89254b0db6333decd010ac9b6a81b9cca76200 (diff)
downloadChibiOS-Contrib-4ffde4b17e7d74924e38531422e9af999110b92c.tar.gz
ChibiOS-Contrib-4ffde4b17e7d74924e38531422e9af999110b92c.tar.bz2
ChibiOS-Contrib-4ffde4b17e7d74924e38531422e9af999110b92c.zip
[Comp] Adding interrupt functions, updating example.
Diffstat (limited to 'testhal/STM32/STM32F3xx/COMP/halconf.h')
-rw-r--r--testhal/STM32/STM32F3xx/COMP/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/COMP/halconf.h b/testhal/STM32/STM32F3xx/COMP/halconf.h
index 5b4ea33..2471ec7 100644
--- a/testhal/STM32/STM32F3xx/COMP/halconf.h
+++ b/testhal/STM32/STM32F3xx/COMP/halconf.h
@@ -55,7 +55,7 @@
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
-#define HAL_USE_DAC FALSE
+#define HAL_USE_DAC TRUE
#endif
/**
@@ -69,7 +69,7 @@
* @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
-#define HAL_USE_GPT FALSE
+#define HAL_USE_GPT TRUE
#endif
/**