diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-17 09:44:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-17 09:44:36 +0000 |
commit | 8fb01ac78308d1fdb0efad351a5ffd5f48981a2f (patch) | |
tree | 3670a4bdec6ecb26c28774c1c46c6dd0c13965e2 /demos/Win32-MSVS/chcore.h | |
parent | 3e62617990c8fcea0649eacd6f769f4e544b920d (diff) | |
download | ChibiOS-8fb01ac78308d1fdb0efad351a5ffd5f48981a2f.tar.gz ChibiOS-8fb01ac78308d1fdb0efad351a5ffd5f48981a2f.tar.bz2 ChibiOS-8fb01ac78308d1fdb0efad351a5ffd5f48981a2f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@179 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MSVS/chcore.h')
-rw-r--r-- | demos/Win32-MSVS/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MSVS/chcore.h b/demos/Win32-MSVS/chcore.h index b9fbb0147..18e96dc13 100644 --- a/demos/Win32-MSVS/chcore.h +++ b/demos/Win32-MSVS/chcore.h @@ -76,7 +76,7 @@ typedef struct { t_msg _IdleThread(void *p);
void __fastcall chSysHalt(void);
-void __fastcall chSysSwitchI(Context *oldp, Context *newp);
+void __fastcall chSysSwitchI(Thread *otp, Thread *ntp);
void __fastcall threadexit(void);
#endif /* _CHCORE_H_ */
|