diff options
Diffstat (limited to 'src/lpc/ao_arch.h')
-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 92405649..9dbebf4a 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 192 +#define AO_STACK_SIZE 320 #define AO_LED_TYPE uint16_t |