diff options
Diffstat (limited to 'demos/GNU-Linux-GCC/halconf.h')
-rw-r--r-- | demos/GNU-Linux-GCC/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/halconf.h b/demos/GNU-Linux-GCC/halconf.h index 40264527c..b325b7238 100644 --- a/demos/GNU-Linux-GCC/halconf.h +++ b/demos/GNU-Linux-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
/*===========================================================================*/
|