X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Flpc%2Fao_arch.h;h=7821839e12d200e87c350a9149fb23dee16cb591;hb=d6c3c3618a708d2a1a7948454710e6ae21c2a426;hp=35dcc9de57e2ad58286beab8d3f7cb5cfe67d45d;hpb=44ae8b9317fa4aaccabbe9d07b5972f7dfd3baa2;p=fw%2Faltos diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h index 35dcc9de..7821839e 100644 --- a/src/lpc/ao_arch.h +++ b/src/lpc/ao_arch.h @@ -60,9 +60,6 @@ #define AO_ROMCONFIG_SYMBOL __attribute__((section(".romconfig"))) const -#define ao_arch_task_members\ - uint32_t *sp; /* saved stack pointer */ - #define ao_arch_block_interrupts() asm("cpsid i") #define ao_arch_release_interrupts() asm("cpsie i")