aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-AT91SAM7S-FATFS-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-AT91SAM7S-FATFS-GCC')
-rw-r--r--demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h b/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
index 525bae43a..c941995ee 100644
--- a/demos/ARM7-AT91SAM7S-FATFS-GCC/halconf.h
+++ b/demos/ARM7-AT91SAM7S-FATFS-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_ */
/** @} */