From beabb0d0ae02cb747e9be9cbfdc3b0ea9bd8b7dd Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 17 Jun 2016 11:32:10 +0000 Subject: Starting EX improvements: improved L3GD20 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9638 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/SPI-L3GD20/halconf.h | 2 +- testhal/STM32/STM32F3xx/SPI-L3GD20/mcuconf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal') 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 -- cgit v1.2.3