aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-02 13:02:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-02 13:02:43 +0000
commit15e6fecf11e470abebe963177434f83883e63acf (patch)
treef30c522495b4c9b3143af8afb0a0f0a9b993a446 /demos/AVR-ATmega128-GCC/halconf.h
parent61038954f731debcf474b097a1f7283e4cf198fc (diff)
downloadChibiOS-15e6fecf11e470abebe963177434f83883e63acf.tar.gz
ChibiOS-15e6fecf11e470abebe963177434f83883e63acf.tar.bz2
ChibiOS-15e6fecf11e470abebe963177434f83883e63acf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1494 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC/halconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR-ATmega128-GCC/halconf.h b/demos/AVR-ATmega128-GCC/halconf.h
index c0f12c57d..58d49966f 100644
--- a/demos/AVR-ATmega128-GCC/halconf.h
+++ b/demos/AVR-ATmega128-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 TRUE
+#define CH_HAL_USE_PAL FALSE
#endif
/*===========================================================================*/