From b3361bd0e8ca074dbf7f312a87bbcdbf0019ebc7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Nov 2007 11:09:33 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@97 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/Win32-MSVS/chcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/Win32-MSVS/chcore.c') 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); -- cgit v1.2.3