summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index 72c692e..8bb9ae2 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -74,13 +74,6 @@ struct regs
unsigned int lr; /* r14 (lr) */
void *start; /* Thread start address, or NULL when started */
};
-# elif CONFIG_CPU == TCC730
-struct regs
-{
- void *sp; /* Stack pointer (a15) */
- void *start; /* Thread start address */
- int started; /* 0 when not started */
-};
# endif
#endif /* !SIMULATOR */