From 0d29807e9369e4a54cd816135ea7c634aedc1b6c Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 1 May 2008 08:57:45 +0000 Subject: [PATCH] Remove inline keyword. --- Source/tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tasks.c b/Source/tasks.c index 6c980959d..471ec7bd5 100644 --- a/Source/tasks.c +++ b/Source/tasks.c @@ -1282,7 +1282,7 @@ unsigned portBASE_TYPE uxNumberOfTasks; *----------------------------------------------------------*/ -inline void vTaskIncrementTick( void ) +void vTaskIncrementTick( void ) { /* Called by the portable layer each time a tick interrupt occurs. Increments the tick then checks to see if the new tick value will cause any