]> git.sur5r.net Git - freertos/commitdiff
Remove inline keyword.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 08:57:45 +0000 (08:57 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 1 May 2008 08:57:45 +0000 (08:57 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@328 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/tasks.c

index 6c980959d01c1209391da1edf132b9be34f96cb5..471ec7bd5e8edf6b74db0d4a75ac35aacae9d1fa 100644 (file)
@@ -1282,7 +1282,7 @@ unsigned portBASE_TYPE uxNumberOfTasks;
  *----------------------------------------------------------*/\r
 \r
 \r
-inline void vTaskIncrementTick( void )\r
+void vTaskIncrementTick( void )\r
 {\r
        /* Called by the portable layer each time a tick interrupt occurs.\r
        Increments the tick then checks to see if the new tick value will cause any\r