diff options
Diffstat (limited to 'software/mpu/halconf.h')
-rw-r--r-- | software/mpu/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/halconf.h b/software/mpu/halconf.h index f41266a..72b4e93 100644 --- a/software/mpu/halconf.h +++ b/software/mpu/halconf.h @@ -125,7 +125,7 @@ * @brief Enables the SERIAL subsystem. */ #if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__) -#define HAL_USE_SERIAL TRUE +#define HAL_USE_SERIAL FALSE #endif /** |