From: Keith Packard Date: Sat, 18 May 2013 10:21:20 +0000 (-0700) Subject: altos/lpc: Try a smaller stack. X-Git-Tag: 1.2.9.4~189^2~27 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5311720525ac73e9d42067b68adf25fc2e054af5 altos/lpc: Try a smaller stack. Signed-off-by: Keith Packard --- diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h index fb68f6be..92405649 100644 --- a/src/lpc/ao_arch.h +++ b/src/lpc/ao_arch.h @@ -24,7 +24,7 @@ * LPC11U14 definitions and code fragments for AltOS */ -#define AO_STACK_SIZE 512 +#define AO_STACK_SIZE 192 #define AO_LED_TYPE uint16_t