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 /testhal/STM32 | |
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 'testhal/STM32')
-rw-r--r-- | testhal/STM32/halconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32/halconf.h b/testhal/STM32/halconf.h index b5b6b1b44..9d1c16bca 100644 --- a/testhal/STM32/halconf.h +++ b/testhal/STM32/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_ */
/** @} */
|