diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/stm/ao_arch.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index a6276c5a..f9508b8f 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -25,7 +25,9 @@   * STM32L definitions and code fragments for AltOS   */ +#ifndef AO_STACK_SIZE  #define AO_STACK_SIZE	512 +#endif  #define AO_LED_TYPE	uint16_t | 
