diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-24 09:10:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-07-24 09:10:47 +0000 |
commit | 131b177925913634bd96e02e7a9f7d529a122df0 (patch) | |
tree | cfd2c8bddeafd2fc4d4479b9fb587d6f6fd5df8c /demos/MSP430-MSP430x1611-GCC | |
parent | ac1f65e8f8a10bd41d8c46b8427d676bd3385551 (diff) | |
download | ChibiOS-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/MSP430-MSP430x1611-GCC')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/halconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/halconf.h b/demos/MSP430-MSP430x1611-GCC/halconf.h index 763b0019a..a9d7369b9 100644 --- a/demos/MSP430-MSP430x1611-GCC/halconf.h +++ b/demos/MSP430-MSP430x1611-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_ */
/** @} */
|