From db68ca15e6e4419dd26878d3fa9457402347242c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 10 Jan 2008 15:06:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@176 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */ -- cgit v1.2.3