aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/AVR/chcore.h2
-rw-r--r--ports/MSP430/chcore.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h
index e41ec673f..90755cb4e 100644
--- a/ports/AVR/chcore.h
+++ b/ports/AVR/chcore.h
@@ -28,7 +28,6 @@
#include <avr/io.h>
#include <avr/interrupt.h>
-
/*
* Port-related configuration parameters.
*/
@@ -226,6 +225,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
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