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_ */