diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-06 06:16:56 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-06 06:16:56 +0000 |
commit | 28b69f3e808c26eb4e4f84d44b93c7a6a63e53d1 (patch) | |
tree | c887830a4605d8be5d34453a76cb3e4779e952a2 /testhal/STM32F1xx/I2C/mcuconf.h | |
parent | c048ac69ff536f95a814b8b121842e120b36988b (diff) | |
download | ChibiOS-28b69f3e808c26eb4e4f84d44b93c7a6a63e53d1.tar.gz ChibiOS-28b69f3e808c26eb4e4f84d44b93c7a6a63e53d1.tar.bz2 ChibiOS-28b69f3e808c26eb4e4f84d44b93c7a6a63e53d1.zip |
I2C. Cleaned comments in testahls.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3745 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C/mcuconf.h')
-rw-r--r-- | testhal/STM32F1xx/I2C/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F1xx/I2C/mcuconf.h b/testhal/STM32F1xx/I2C/mcuconf.h index a8c187a44..c31eef7a2 100644 --- a/testhal/STM32F1xx/I2C/mcuconf.h +++ b/testhal/STM32F1xx/I2C/mcuconf.h @@ -154,8 +154,8 @@ /*
* UART driver system settings.
*/
-#define STM32_UART_USE_USART1 FALSE // RF link
-#define STM32_UART_USE_USART2 FALSE //GPS
+#define STM32_UART_USE_USART1 FALSE
+#define STM32_UART_USE_USART2 FALSE
#define STM32_UART_USE_USART3 FALSE
#define STM32_UART_USART1_IRQ_PRIORITY 12
#define STM32_UART_USART2_IRQ_PRIORITY 12
|