git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@176 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-01-10 15:06:17 +00:00
parent 98749abfdf
commit db68ca15e6
1 changed files with 1 additions and 1 deletions

View File

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