aboutsummaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg')
-rw-r--r--cfg/halconf.h2
-rw-r--r--cfg/mcuconf.h2
2 files changed, 2 insertions, 2 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
/**
diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h
index 3905c30..8c768d7 100644
--- a/cfg/mcuconf.h
+++ b/cfg/mcuconf.h
@@ -172,7 +172,7 @@
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
-#define STM32_SERIAL_USE_USART2 TRUE
+#define STM32_SERIAL_USE_USART2 FALSE
#define STM32_SERIAL_USE_LPUART1 FALSE
/*