aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:14:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 11:14:39 +0000
commit1c03b33539fac79a32ac10db444a1b0a7af0d65f (patch)
treee7ab93b1dbd3334b2e4fccb5e58066d0434fb426 /demos
parent17741f6a0b5255e59161d85af142a1613014ae62 (diff)
downloadChibiOS-1c03b33539fac79a32ac10db444a1b0a7af0d65f.tar.gz
ChibiOS-1c03b33539fac79a32ac10db444a1b0a7af0d65f.tar.bz2
ChibiOS-1c03b33539fac79a32ac10db444a1b0a7af0d65f.zip
Simulator PAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1649 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/GNU-Linux-GCC/halconf.h2
-rw-r--r--demos/Win32-MinGW/halconf.h2
2 files changed, 2 insertions, 2 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
/*===========================================================================*/
diff --git a/demos/Win32-MinGW/halconf.h b/demos/Win32-MinGW/halconf.h
index 40264527c..b325b7238 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 FALSE
+#define CH_HAL_USE_PAL TRUE
#endif
/*===========================================================================*/