altos: Declare task stack as union of uint8_t and uint32_t
[fw/altos] / src / stm32f4 / ao_arch.h
index 73dc3e9359e57f107c63c281028784c3496e6fdb..7dd4c80d79266b00856f43677a5fe1cfc04f476f 100644 (file)
@@ -38,9 +38,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