diff options
Diffstat (limited to 'demos/rt/RT-SPC560D-EVB/halconf.h')
-rw-r--r-- | demos/rt/RT-SPC560D-EVB/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/rt/RT-SPC560D-EVB/halconf.h b/demos/rt/RT-SPC560D-EVB/halconf.h index 3858828e6..bd95f138f 100644 --- a/demos/rt/RT-SPC560D-EVB/halconf.h +++ b/demos/rt/RT-SPC560D-EVB/halconf.h @@ -80,6 +80,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__)
|