aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/DAC/halconf.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-02 12:57:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-02 12:57:07 +0000
commit0b7c0f050c5ad42a55fc3635d6ae44bda5bfe049 (patch)
tree189d599082a9d2bc68a16d0b2e1033bfd22cf766 /testhal/STM32/STM32F4xx/DAC/halconf.h
parent261a2e7e8bfd6f7234f9b4a63a7f029656263165 (diff)
downloadChibiOS-0b7c0f050c5ad42a55fc3635d6ae44bda5bfe049.tar.gz
ChibiOS-0b7c0f050c5ad42a55fc3635d6ae44bda5bfe049.tar.bz2
ChibiOS-0b7c0f050c5ad42a55fc3635d6ae44bda5bfe049.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7937 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/DAC/halconf.h')
-rw-r--r--testhal/STM32/STM32F4xx/DAC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/DAC/halconf.h b/testhal/STM32/STM32F4xx/DAC/halconf.h
index a065d771d..28bd0e52d 100644
--- a/testhal/STM32/STM32F4xx/DAC/halconf.h
+++ b/testhal/STM32/STM32F4xx/DAC/halconf.h
@@ -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
/**