aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103ZG/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-29 16:37:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-29 16:37:45 +0000
commit4015cc5e3a0302529d2e7a13ee343cdba2d72488 (patch)
treecc47824e14d00f6f388b5c73c490e348aca69877 /demos/ARMCM3-STM32F103ZG/halconf.h
parent9b9bd471edae25a3ec4771485329f7ce6734c3ed (diff)
downloadChibiOS-4015cc5e3a0302529d2e7a13ee343cdba2d72488.tar.gz
ChibiOS-4015cc5e3a0302529d2e7a13ee343cdba2d72488.tar.bz2
ChibiOS-4015cc5e3a0302529d2e7a13ee343cdba2d72488.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3003 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103ZG/halconf.h')
-rw-r--r--demos/ARMCM3-STM32F103ZG/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103ZG/halconf.h b/demos/ARMCM3-STM32F103ZG/halconf.h
index d36e56ec7..682167d84 100644
--- a/demos/ARMCM3-STM32F103ZG/halconf.h
+++ b/demos/ARMCM3-STM32F103ZG/halconf.h
@@ -101,7 +101,7 @@
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
-#define HAL_USE_SDC FALSE
+#define HAL_USE_SDC TRUE
#endif
/**