altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / stm32f4 / ao_arch.h
index 4e9bdeb68b8202bf0befe59e4a397515e546cc99..6d75f1885f3a36e4a33c2a2cb9844008e983bc89 100644 (file)
@@ -19,7 +19,7 @@
 #include <stm32f4.h>
 
 #ifndef AO_STACK_SIZE
-#define AO_STACK_SIZE  1024
+#define AO_STACK_SIZE  2048
 #endif
 
 #define AO_STACK_ALIGNMENT __attribute__ ((aligned(8)))
@@ -34,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