aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM0-LPC1114-GCC/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM0-LPC1114-GCC/halconf.h')
-rw-r--r--demos/ARMCM0-LPC1114-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM0-LPC1114-GCC/halconf.h b/demos/ARMCM0-LPC1114-GCC/halconf.h
index ef45f36bd..eee631fe0 100644
--- a/demos/ARMCM0-LPC1114-GCC/halconf.h
+++ b/demos/ARMCM0-LPC1114-GCC/halconf.h
@@ -48,7 +48,7 @@
* @brief Enables the PAL subsystem.
*/
#if !defined(CH_HAL_USE_PAL) || defined(__DOXYGEN__)
-#define CH_HAL_USE_PAL FALSE
+#define CH_HAL_USE_PAL TRUE
#endif
/*===========================================================================*/