From 5e64a9fec2e17d008b9488faa027d2beaa130a88 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 5 Mar 2008 10:59:11 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chinit.c') diff --git a/src/chinit.c b/src/chinit.c index 06ee2fc9b..213f8b4e8 100644 --- a/src/chinit.c +++ b/src/chinit.c @@ -55,7 +55,7 @@ void chSysInit(void) { * serve interrupts in its context while keeping the lowest energy saving * mode compatible with the system status. */ - chThdCreate(IDLEPRIO, 0, waIdleThread, sizeof(waIdleThread), (t_tfunc)_IdleThread, NULL); + chThdCreate(IDLEPRIO, 0, waIdleThread, sizeof(waIdleThread), (tfunc_t)_IdleThread, NULL); } /** -- cgit v1.2.3