diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-18 03:21:20 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-18 03:21:20 -0700 |
commit | 5311720525ac73e9d42067b68adf25fc2e054af5 (patch) | |
tree | 20e75650976d1eed3669e0a73863177ca48f7cc5 /src | |
parent | f5218e2544dcb659aec6c3adee50d61cab1bba3a (diff) |
altos/lpc: Try a smaller stack.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc/ao_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |