diff options
Diffstat (limited to 'src/stm/ao_arch.h')
-rw-r--r-- | src/stm/ao_arch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h index 52576b47..c95c7cd5 100644 --- a/src/stm/ao_arch.h +++ b/src/stm/ao_arch.h @@ -58,9 +58,6 @@ #define AO_ROMCONFIG_SYMBOL __attribute__((section(".romconfig"))) const -#define ao_arch_task_members\ - uint32_t *sp; /* saved stack pointer */ - /* * For now, we're running at a weird frequency */ |