aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/onewire/mcuconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-27 22:15:39 +0300
committerbarthess <barthess@yandex.ru>2014-12-27 22:18:30 +0300
commit0c93d4077931fc46c0f468e712cc7110a3d3456e (patch)
tree77341a4753d716391c089f6660d55b13bc10d72d /testhal/STM32/STM32F1xx/onewire/mcuconf.h
parent82b8855e83fe93bd4f7857169d519811d17a6534 (diff)
downloadChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.tar.gz
ChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.tar.bz2
ChibiOS-Contrib-0c93d4077931fc46c0f468e712cc7110a3d3456e.zip
[1-wire] Cosmetical cleanups
Diffstat (limited to 'testhal/STM32/STM32F1xx/onewire/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F1xx/onewire/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F1xx/onewire/mcuconf.h b/testhal/STM32/STM32F1xx/onewire/mcuconf.h
index 503d284..807293a 100644
--- a/testhal/STM32/STM32F1xx/onewire/mcuconf.h
+++ b/testhal/STM32/STM32F1xx/onewire/mcuconf.h
@@ -115,7 +115,7 @@
#define STM32_ICU_USE_TIM1 FALSE
#define STM32_ICU_USE_TIM2 FALSE
#define STM32_ICU_USE_TIM3 FALSE
-#define STM32_ICU_USE_TIM4 TRUE
+#define STM32_ICU_USE_TIM4 FALSE
#define STM32_ICU_USE_TIM5 FALSE
#define STM32_ICU_USE_TIM8 FALSE
#define STM32_ICU_TIM1_IRQ_PRIORITY 7
@@ -131,8 +131,8 @@
#define STM32_PWM_USE_ADVANCED FALSE
#define STM32_PWM_USE_TIM1 FALSE
#define STM32_PWM_USE_TIM2 FALSE
-#define STM32_PWM_USE_TIM3 FALSE
-#define STM32_PWM_USE_TIM4 TRUE
+#define STM32_PWM_USE_TIM3 TRUE
+#define STM32_PWM_USE_TIM4 FALSE
#define STM32_PWM_USE_TIM5 FALSE
#define STM32_PWM_USE_TIM8 FALSE
#define STM32_PWM_TIM1_IRQ_PRIORITY 7