aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/SDC/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-22 08:44:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-22 08:44:11 +0000
commita9b064908aa85ae5b61b6322f41c97619e73dc6d (patch)
tree30ab878e83f370c56df2c7cf7a26ca1fbeca5ce1 /testhal/STM32F4xx/SDC/mcuconf.h
parent5df36352fbd0b637c8f81d0bc04b13f3c404fbb8 (diff)
downloadChibiOS-a9b064908aa85ae5b61b6322f41c97619e73dc6d.tar.gz
ChibiOS-a9b064908aa85ae5b61b6322f41c97619e73dc6d.tar.bz2
ChibiOS-a9b064908aa85ae5b61b6322f41c97619e73dc6d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6311 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SDC/mcuconf.h')
-rw-r--r--testhal/STM32F4xx/SDC/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/SDC/mcuconf.h b/testhal/STM32F4xx/SDC/mcuconf.h
index 360d60287..6ff49afa9 100644
--- a/testhal/STM32F4xx/SDC/mcuconf.h
+++ b/testhal/STM32F4xx/SDC/mcuconf.h
@@ -206,11 +206,11 @@
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
-#define STM32_SERIAL_USE_USART2 TRUE
+#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
#define STM32_SERIAL_USE_UART5 FALSE
-#define STM32_SERIAL_USE_USART6 FALSE
+#define STM32_SERIAL_USE_USART6 TRUE
#define STM32_SERIAL_USART1_PRIORITY 12
#define STM32_SERIAL_USART2_PRIORITY 12
#define STM32_SERIAL_USART3_PRIORITY 12