diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-04 14:27:03 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-04 14:27:03 +0000 |
commit | fc972f48d6c432993bcad77033ce4824cb44c5d0 (patch) | |
tree | 14a31320ad395ba279606a9cc6585cbdebb5bdd2 /testhal/STM32F4xx/RTC/mcuconf.h | |
parent | 7efa59601a9dcbac4f28daac847c6d246ac016a6 (diff) | |
download | ChibiOS-fc972f48d6c432993bcad77033ce4824cb44c5d0.tar.gz ChibiOS-fc972f48d6c432993bcad77033ce4824cb44c5d0.tar.bz2 ChibiOS-fc972f48d6c432993bcad77033ce4824cb44c5d0.zip |
RTC. V2 driver merged to trunk.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4017 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/RTC/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/mcuconf.h b/testhal/STM32F4xx/RTC/mcuconf.h index 09567938f..ae0df4f34 100644 --- a/testhal/STM32F4xx/RTC/mcuconf.h +++ b/testhal/STM32F4xx/RTC/mcuconf.h @@ -158,7 +158,7 @@ * SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
-#define STM32_SERIAL_USE_USART2 FALSE
+#define STM32_SERIAL_USE_USART2 TRUE
#define STM32_SERIAL_USE_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
#define STM32_SERIAL_USE_UART5 FALSE
|