diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h')
-rw-r--r-- | testhal/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h b/testhal/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h index 6e145cea1..2c4cb557a 100644 --- a/testhal/STM32/STM32F3xx/I2C-LSM303DLHC/halconf.h +++ b/testhal/STM32/STM32F3xx/I2C-LSM303DLHC/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
/**
|