From: Keith Packard Date: Wed, 20 Jan 2016 07:55:52 +0000 (-0800) Subject: altos/stmf0: Allow projects to specify non-default stack size X-Git-Tag: 1.6.3~2^2~110 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=fbb07cf50ba7fa278d1f8201ef376ec12480e9aa altos/stmf0: Allow projects to specify non-default stack size 512 may not be suitable for everyone. Signed-off-by: Keith Packard --- diff --git a/src/stmf0/ao_arch.h b/src/stmf0/ao_arch.h index 6ee71ef9..45df0982 100644 --- a/src/stmf0/ao_arch.h +++ b/src/stmf0/ao_arch.h @@ -25,7 +25,9 @@ * STM32F0 definitions and code fragments for AltOS */ +#ifndef AO_STACK_SIZE #define AO_STACK_SIZE 512 +#endif #define AO_LED_TYPE uint16_t