diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-10 15:06:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-10 15:06:17 +0000 |
commit | db68ca15e6e4419dd26878d3fa9457402347242c (patch) | |
tree | 8ada9cfc34b0e365fd6042f39db3c04de2daa6a5 /src | |
parent | 98749abfdfc28095eb45db8d594596c13645ed08 (diff) | |
download | ChibiOS-db68ca15e6e4419dd26878d3fa9457402347242c.tar.gz ChibiOS-db68ca15e6e4419dd26878d3fa9457402347242c.tar.bz2 ChibiOS-db68ca15e6e4419dd26878d3fa9457402347242c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@176 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/chcore.h | 2 |
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_ */
|