aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Posix-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Posix-GCC/halconf.h')
-rw-r--r--demos/Posix-GCC/halconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/Posix-GCC/halconf.h b/demos/Posix-GCC/halconf.h
index b325b7238..b870f61b8 100644
--- a/demos/Posix-GCC/halconf.h
+++ b/demos/Posix-GCC/halconf.h
@@ -147,6 +147,17 @@
/*#define MMC_POLLING_INTERVAL 10*/
/*#define MMC_POLLING_DELAY 10*/
+/*===========================================================================*/
+/* UART driver related settings. */
+/*===========================================================================*/
+
+/**
+ * @brief Enables the UART subsystem.
+ */
+#if !defined(CH_HAL_USE_UART) || defined(__DOXYGEN__)
+#define CH_HAL_USE_UART FALSE
+#endif
+
#endif /* _HALCONF_H_ */
/** @} */