aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/MSP430/chcore.h')
-rw-r--r--ports/MSP430/chcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h
index 42f0c2f71..8510aa76c 100644
--- a/ports/MSP430/chcore.h
+++ b/ports/MSP430/chcore.h
@@ -193,6 +193,7 @@ extern "C" {
void sys_puts(char *msg);
void sys_switch(Thread *otp, Thread *ntp);
void sys_halt(void);
+ void threadstart(void);
#ifdef __cplusplus
}
#endif