aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/COMP/mcuconf.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/mcuconf.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/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F3xx/COMP/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/COMP/mcuconf.h b/testhal/STM32/STM32F3xx/COMP/mcuconf.h
index badcd95..0d37614 100644
--- a/testhal/STM32/STM32F3xx/COMP/mcuconf.h
+++ b/testhal/STM32/STM32F3xx/COMP/mcuconf.h
@@ -104,7 +104,7 @@
*/
#define STM32_DAC_DUAL_MODE FALSE
#define STM32_DAC_USE_DAC1_CH1 TRUE
-#define STM32_DAC_USE_DAC1_CH2 TRUE
+#define STM32_DAC_USE_DAC1_CH2 FALSE
#define STM32_DAC_DAC1_CH1_IRQ_PRIORITY 10
#define STM32_DAC_DAC1_CH2_IRQ_PRIORITY 10
#define STM32_DAC_DAC1_CH1_DMA_PRIORITY 2
@@ -136,7 +136,7 @@
#define STM32_GPT_USE_TIM2 FALSE
#define STM32_GPT_USE_TIM3 FALSE
#define STM32_GPT_USE_TIM4 FALSE
-#define STM32_GPT_USE_TIM6 FALSE
+#define STM32_GPT_USE_TIM6 TRUE
#define STM32_GPT_USE_TIM7 FALSE
#define STM32_GPT_USE_TIM8 FALSE
#define STM32_GPT_TIM1_IRQ_PRIORITY 7