diff options
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
|