aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h')
-rw-r--r--demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h b/demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h
index 1e9bb927d..e9ab9d776 100644
--- a/demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h
+++ b/demos/KINETIS/RT-MCHCK-K20-SPI/halconf.h
@@ -55,7 +55,7 @@
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
-#define HAL_USE_DAC TRUE
+#define HAL_USE_DAC FALSE
#endif
/**