X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=src%2Fstm32f4%2Fao_arch.h;h=d4c78f603dc32e04b0dacf6e1dca1c040b792281;hb=23075d174d2bff8ff3f3deef3c3d90b83da6bd2e;hp=73eb793fbd0164b5657e4285db724bdb0dd1511a;hpb=71248c899676e0c2f3a478c63dec0d005b2458e6;p=fw%2Faltos diff --git a/src/stm32f4/ao_arch.h b/src/stm32f4/ao_arch.h index 73eb793f..d4c78f60 100644 --- a/src/stm32f4/ao_arch.h +++ b/src/stm32f4/ao_arch.h @@ -19,9 +19,11 @@ #include #ifndef AO_STACK_SIZE -#define AO_STACK_SIZE 512 +#define AO_STACK_SIZE 1024 #endif +#define AO_STACK_ALIGNMENT __attribute__ ((aligned(8))) + #define AO_PORT_TYPE uint16_t #define ao_arch_nop() asm("nop")