diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-14 01:28:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-14 01:28:31 -0700 |
commit | 726e0f2c547b6bae1f1e640e2c1155c0b9631a9b (patch) | |
tree | 33130c9866822a7c6d2524c4030ddd247f43001f /src | |
parent | d90587535676f9492f0fde6b974353158104ef88 (diff) |
stm: running out of memory in MM -- reduce stack to 668 bytes
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm/ao_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |