aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/chcore.h')
-rw-r--r--src/templates/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/chcore.h b/src/templates/chcore.h
index 3f796e8ab..c13ee59ed 100644
--- a/src/templates/chcore.h
+++ b/src/templates/chcore.h
@@ -117,7 +117,7 @@ typedef struct {
void _IdleThread(void *p);
void chSysHalt(void);
-void chSysSwitchI(Context *oldp, Context *newp);
+void chSysSwitchI(Thread *otp, Thread *ntp);
void chSysPuts(char *msg);
#endif /* _CHCORE_H_ */