diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-02 09:22:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-10-02 09:22:23 +0000 |
commit | afdd2854443da58c32f43b9deea61f1a83f52c53 (patch) | |
tree | ef77fea4aad52dae970e4720325113e563643e26 /demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h | |
parent | 85f7c9c37ea0a390d2f0690ed7706e938601be6e (diff) | |
download | ChibiOS-afdd2854443da58c32f43b9deea61f1a83f52c53.tar.gz ChibiOS-afdd2854443da58c32f43b9deea61f1a83f52c53.tar.bz2 ChibiOS-afdd2854443da58c32f43b9deea61f1a83f52c53.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7338 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h b/demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h index 3858828e6..351dd61e9 100644 --- a/demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h +++ b/demos/STM32/RT-STM32F030R8-NUCLEO/halconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006-2014 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -31,13 +31,6 @@ #include "mcuconf.h"
/**
- * @brief Enables the TM subsystem.
- */
-#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM FALSE
-#endif
-
-/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -80,6 +73,13 @@ #endif
/**
+ * @brief Enables the I2S subsystem.
+ */
+#if !defined(HAL_USE_I2S) || defined(__DOXYGEN__)
+#define HAL_USE_I2S FALSE
+#endif
+
+/**
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
|