diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-17 11:32:10 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-17 11:32:10 +0000 |
commit | beabb0d0ae02cb747e9be9cbfdc3b0ea9bd8b7dd (patch) | |
tree | 30876a9c9790a5d2029beaf5709a2ca62b33ec53 /testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h | |
parent | fd47b671f8eb9fe68c51c79b9b485bad45cbf4ac (diff) | |
download | ChibiOS-beabb0d0ae02cb747e9be9cbfdc3b0ea9bd8b7dd.tar.gz ChibiOS-beabb0d0ae02cb747e9be9cbfdc3b0ea9bd8b7dd.tar.bz2 ChibiOS-beabb0d0ae02cb747e9be9cbfdc3b0ea9bd8b7dd.zip |
Starting EX improvements: improved L3GD20 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9638 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h b/testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h index eb57e03bd..95a73c063 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h @@ -192,7 +192,7 @@ /*
* SERIAL driver system settings.
*/
-#define STM32_SERIAL_USE_USART1 TRUE
+#define STM32_SERIAL_USE_USART1 FALSE
#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_USART3 FALSE
#define STM32_SERIAL_USE_UART4 FALSE
|