diff options
Diffstat (limited to 'cfg/halconf.h')
-rw-r--r-- | cfg/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/halconf.h b/cfg/halconf.h index 3a05139..164616c 100644 --- a/cfg/halconf.h +++ b/cfg/halconf.h @@ -142,7 +142,7 @@ * @brief Enables the SERIAL subsystem. */ #if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__) -#define HAL_USE_SERIAL TRUE +#define HAL_USE_SERIAL FALSE #endif /** |