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