From: Keith Packard Date: Sat, 14 Jul 2012 08:28:31 +0000 (-0700) Subject: stm: running out of memory in MM -- reduce stack to 668 bytes X-Git-Tag: 1.1~96 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=726e0f2c547b6bae1f1e640e2c1155c0b9631a9b stm: running out of memory in MM -- reduce stack to 668 bytes Signed-off-by: Keith Packard --- diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index baae1902..d8fa3e89 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -25,7 +25,7 @@ * STM32L definitions and code fragments for AltOS */ -#define AO_STACK_SIZE 700 +#define AO_STACK_SIZE 668 #define AO_LED_TYPE uint16_t