aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-24 14:18:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-24 14:18:32 +0000
commitf02cdbe2e8ad426e86b2da576f2f9f43cf186503 (patch)
treeb7bd6f7d2b2c7091e876ad792cbdc2ae04d2e8b7 /demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
parentd379346fad1898bc2f7c62516ab282a87bc66e15 (diff)
downloadChibiOS-f02cdbe2e8ad426e86b2da576f2f9f43cf186503.tar.gz
ChibiOS-f02cdbe2e8ad426e86b2da576f2f9f43cf186503.tar.bz2
ChibiOS-f02cdbe2e8ad426e86b2da576f2f9f43cf186503.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3398 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32L152-DISCOVERY/halconf.h')
-rw-r--r--demos/ARMCM3-STM32L152-DISCOVERY/halconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h b/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
index b9bee3656..e8acd1f13 100644
--- a/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
+++ b/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
@@ -45,7 +45,7 @@
* @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC FALSE
+#define HAL_USE_ADC TRUE
#endif
/**
@@ -101,7 +101,7 @@
* @brief Enables the PWM subsystem.
*/
#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__)
-#define HAL_USE_PWM FALSE
+#define HAL_USE_PWM TRUE
#endif
/**
@@ -129,7 +129,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
-#define HAL_USE_SPI FALSE
+#define HAL_USE_SPI TRUE
#endif
/**