diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-23 17:37:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-23 17:37:09 +0000 |
commit | dfc2c1e189dff36c57dfa521ac33289fe34972d2 (patch) | |
tree | 1d28c849b64cc171e516aabf4409c8df88348425 /testhal/STM8S/SPI/demo/halconf.h | |
parent | 9a29560d71bec3998ce2720f1966ba111f7af43c (diff) | |
download | ChibiOS-dfc2c1e189dff36c57dfa521ac33289fe34972d2.tar.gz ChibiOS-dfc2c1e189dff36c57dfa521ac33289fe34972d2.tar.bz2 ChibiOS-dfc2c1e189dff36c57dfa521ac33289fe34972d2.zip |
Updated all the HAL configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2900 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM8S/SPI/demo/halconf.h')
-rw-r--r-- | testhal/STM8S/SPI/demo/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM8S/SPI/demo/halconf.h b/testhal/STM8S/SPI/demo/halconf.h index b5bf99b30..2336c1647 100644 --- a/testhal/STM8S/SPI/demo/halconf.h +++ b/testhal/STM8S/SPI/demo/halconf.h @@ -70,6 +70,13 @@ #endif
/**
+ * @brief Enables the ICU subsystem.
+ */
+#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
+#define HAL_USE_ICU TRUE
+#endif
+
+/**
* @brief Enables the MAC subsystem.
*/
#if !defined(HAL_USE_MAC) || defined(__DOXYGEN__)
|