From: richardbarry Date: Thu, 1 May 2008 08:57:45 +0000 (+0000) Subject: Remove inline keyword. X-Git-Tag: V5.0.2~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=efb9d1e95846b5c9a551883ac66b23dda19c1b0e;p=freertos Remove inline keyword. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@328 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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