X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f4%2Fao_arch.h;h=6d75f1885f3a36e4a33c2a2cb9844008e983bc89;hb=4da8e047c4df06a0fec2c0cd47d26d5f1bef0e31;hp=7dd4c80d79266b00856f43677a5fe1cfc04f476f;hpb=d6c3c3618a708d2a1a7948454710e6ae21c2a426;p=fw%2Faltos diff --git a/src/stm32f4/ao_arch.h b/src/stm32f4/ao_arch.h index 7dd4c80d..6d75f188 100644 --- a/src/stm32f4/ao_arch.h +++ b/src/stm32f4/ao_arch.h @@ -22,10 +22,6 @@ #define AO_STACK_SIZE 2048 #endif -#ifndef HAS_TASK_QUEUE -#define HAS_TASK_QUEUE 1 -#endif - #define AO_STACK_ALIGNMENT __attribute__ ((aligned(8))) #define AO_PORT_TYPE uint16_t