altos/avr: Shrink default stack size to use less ram
authorKeith Packard <keithp@keithp.com>
Wed, 12 Oct 2011 00:44:48 +0000 (18:44 -0600)
committerKeith Packard <keithp@keithp.com>
Wed, 12 Oct 2011 00:57:32 +0000 (18:57 -0600)
Not that we have any way of knowing how much stack we're using, but at
least this seems to work.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/avr/ao_arch.h

index 2be4abeece26db527dd25b6ccbd9193d139e7b2b..c189ccba08438d825348e874749917552520abb3 100644 (file)
@@ -37,7 +37,7 @@
  * AVR definitions and code fragments for AltOS
  */
 
-#define AO_STACK_SIZE  128
+#define AO_STACK_SIZE  116
 
 /* Various definitions to make GCC look more like SDCC */