diff options
Diffstat (limited to 'demos/Win32-MSVS/chcore.c')
-rw-r--r-- | demos/Win32-MSVS/chcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MSVS/chcore.c b/demos/Win32-MSVS/chcore.c index 8aedbb465..0df82eec6 100644 --- a/demos/Win32-MSVS/chcore.c +++ b/demos/Win32-MSVS/chcore.c @@ -68,7 +68,7 @@ void ChkIntSources(void) { }
}
-void __fastcall chSysPause(void) {
+t_msg _IdleThread(void) {
chThdSetPriority(IDLEPRIO);
|