aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-19 14:41:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-19 14:41:33 +0000
commitc4c18450fffdfcc1e39a753d373d65e43c708117 (patch)
tree68ff6dc01bf3484eb5c1e8e8fecae66205775a2b /demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
parent45765c3f7671d99cccab31ceea52e300b07d2ecd (diff)
downloadChibiOS-c4c18450fffdfcc1e39a753d373d65e43c708117.tar.gz
ChibiOS-c4c18450fffdfcc1e39a753d373d65e43c708117.tar.bz2
ChibiOS-c4c18450fffdfcc1e39a753d373d65e43c708117.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3063 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32L152-DISCOVERY/halconf.h')
-rw-r--r--demos/ARMCM3-STM32L152-DISCOVERY/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h b/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
index ac3ae4187..f575e536f 100644
--- a/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
+++ b/demos/ARMCM3-STM32L152-DISCOVERY/halconf.h
@@ -38,7 +38,7 @@
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
-#define HAL_USE_PAL FALSE
+#define HAL_USE_PAL TRUE
#endif
/**