diff options
Diffstat (limited to 'demos/SPC5/RT-SPC560D-EVB/halconf.h')
-rw-r--r-- | demos/SPC5/RT-SPC560D-EVB/halconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/halconf.h b/demos/SPC5/RT-SPC560D-EVB/halconf.h index 19fb2ae0a..d35dd2d37 100644 --- a/demos/SPC5/RT-SPC560D-EVB/halconf.h +++ b/demos/SPC5/RT-SPC560D-EVB/halconf.h @@ -59,6 +59,13 @@ #endif
/**
+ * @brief Enables the DAC subsystem.
+ */
+#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
+#define HAL_USE_DAC TRUE
+#endif
+
+/**
* @brief Enables the EXT subsystem.
*/
#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
|