aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-24 09:10:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-24 09:10:47 +0000
commit131b177925913634bd96e02e7a9f7d529a122df0 (patch)
treecfd2c8bddeafd2fc4d4479b9fb587d6f6fd5df8c /demos/ARM7-LPC214x-G++
parentac1f65e8f8a10bd41d8c46b8427d676bd3385551 (diff)
downloadChibiOS-131b177925913634bd96e02e7a9f7d529a122df0.tar.gz
ChibiOS-131b177925913634bd96e02e7a9f7d529a122df0.tar.bz2
ChibiOS-131b177925913634bd96e02e7a9f7d529a122df0.zip
Updated all the halconf.h files in the tree.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2088 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r--demos/ARM7-LPC214x-G++/halconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-G++/halconf.h b/demos/ARM7-LPC214x-G++/halconf.h
index 763b0019a..a9d7369b9 100644
--- a/demos/ARM7-LPC214x-G++/halconf.h
+++ b/demos/ARM7-LPC214x-G++/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_ */
/** @} */