X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f4%2Fao_arch.h;h=6d75f1885f3a36e4a33c2a2cb9844008e983bc89;hb=HEAD;hp=73dc3e9359e57f107c63c281028784c3496e6fdb;hpb=015d3055a52532070e96469907683c3aa3eda44e;p=fw%2Faltos diff --git a/src/stm32f4/ao_arch.h b/src/stm32f4/ao_arch.h index 73dc3e93..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 @@ -38,9 +34,6 @@ #define AO_ROMCONFIG_SYMBOL __attribute__((section(".romconfig"))) const -#define ao_arch_task_members\ - uint32_t *sp; /* saved stack pointer */ - #define ao_arch_naked_declare __attribute__((naked)) #define ao_arch_naked_define