From: Keith Packard Date: Wed, 12 Oct 2011 00:44:48 +0000 (-0600) Subject: altos/avr: Shrink default stack size to use less ram X-Git-Tag: 1.0.9.3~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=f1573a752425121d4c6a14285f1eb0fef3a8bea5;hp=cb837d9bb9e6736fcdfca7692b1f9490ea090838 altos/avr: Shrink default stack size to use less ram 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 --- diff --git a/src/avr/ao_arch.h b/src/avr/ao_arch.h index 2be4abee..c189ccba 100644 --- a/src/avr/ao_arch.h +++ b/src/avr/ao_arch.h @@ -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 */