From d3a7d7370c267d094edd047fc223ef575f257bae Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 3 May 2015 09:25:35 +0000 Subject: DAC off by default. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7945 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC564A-EVB/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/SPC5/RT-SPC564A-EVB') diff --git a/demos/SPC5/RT-SPC564A-EVB/halconf.h b/demos/SPC5/RT-SPC564A-EVB/halconf.h index d35dd2d37..e6fd4db5a 100644 --- a/demos/SPC5/RT-SPC564A-EVB/halconf.h +++ b/demos/SPC5/RT-SPC564A-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 /** -- cgit v1.2.3