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 | |
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')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h | 2 | ||||
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h b/testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h index c0869ead6..d282c6dac 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h @@ -139,7 +139,7 @@ * @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL TRUE
+#define HAL_USE_SERIAL FALSE
#endif
/**
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
|