X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Flpc%2Fao_arch.h;h=7821839e12d200e87c350a9149fb23dee16cb591;hp=35dcc9de57e2ad58286beab8d3f7cb5cfe67d45d;hb=6aeb000899ad7f22e92b487b5891664554bc4d33;hpb=44ae8b9317fa4aaccabbe9d07b5972f7dfd3baa2 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")