aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5/RT-SPC56EL-EVB
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-03 09:25:35 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-03 09:25:35 +0000
commitd3a7d7370c267d094edd047fc223ef575f257bae (patch)
tree2eccfd1e25299a2b03cdd607d4037603fc95bf27 /demos/SPC5/RT-SPC56EL-EVB
parentabda86c0eae7567ea2290401a3252d7b2c487868 (diff)
downloadChibiOS-d3a7d7370c267d094edd047fc223ef575f257bae.tar.gz
ChibiOS-d3a7d7370c267d094edd047fc223ef575f257bae.tar.bz2
ChibiOS-d3a7d7370c267d094edd047fc223ef575f257bae.zip
DAC off by default.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7945 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5/RT-SPC56EL-EVB')
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EL-EVB/halconf.h b/demos/SPC5/RT-SPC56EL-EVB/halconf.h
index d35dd2d37..e6fd4db5a 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/halconf.h
+++ b/demos/SPC5/RT-SPC56EL-EVB/halconf.h
@@ -62,7 +62,7 @@
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
-#define HAL_USE_DAC TRUE
+#define HAL_USE_DAC FALSE
#endif
/**