aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 12:22:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 12:22:11 +0000
commitd9d134c7ad07db84b3555d56e9ea388593e60fb2 (patch)
treec6917a7e96d668a83594f78a04d5ff1ce96b5865 /demos/AVR-ATmega128-GCC/chconf.h
parentac6b3caba1b75ca603e63946f8ca7f54c7ab598f (diff)
downloadChibiOS-d9d134c7ad07db84b3555d56e9ea388593e60fb2.tar.gz
ChibiOS-d9d134c7ad07db84b3555d56e9ea388593e60fb2.tar.bz2
ChibiOS-d9d134c7ad07db84b3555d56e9ea388593e60fb2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@408 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR-ATmega128-GCC/chconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index 182ba1a9b..bd9c528d2 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -139,11 +139,11 @@
/** Configuration option: if specified then the memory pools allocator APIs
* are included in the kernel.*/
-#define CH_USE_MEMPOOLS
+//#define CH_USE_MEMPOOLS
/** Configuration option: if specified then the memory pools allocator
provides an implementation of the sbrk() function.*/
-#define CH_MEMPOOLS_PROVIDE_SBRK
+//#define CH_MEMPOOLS_PROVIDE_SBRK
/** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/