aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-15 17:19:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-15 17:19:01 +0000
commit0970c44b086287eac3c6c147a390fddb0f9de552 (patch)
treec3a6fd6544e491ae6bf767675db1fabc3fbd1577 /demos/AVR-ATmega128-GCC/halconf.h
parenta544f87a38e6f0b4b60113dbec8352d5f6c04104 (diff)
downloadChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.tar.gz
ChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.tar.bz2
ChibiOS-0970c44b086287eac3c6c147a390fddb0f9de552.zip
Fixed bug 3016619.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2021 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 bd2f3e4fd..7859d0f0e 100644
--- a/demos/AVR-ATmega128-GCC/halconf.h
+++ b/demos/AVR-ATmega128-GCC/halconf.h
@@ -110,7 +110,7 @@
* Default SERIAL settings overrides (uncomment to override).
*/
/*#define SERIAL_DEFAULT_BITRATE 38400*/
-/*#define SERIAL_BUFFERS_SIZE 64*/
+#define SERIAL_BUFFERS_SIZE 16
/*===========================================================================*/
/* SPI driver related settings. */