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

Source/include/task.h

index bb0cc22555672e17aa00fcfe29ef2187fc0e86af..70c73108611567171d3acc1cec44d0af7733103e 100644 (file)
@@ -930,7 +930,7 @@ portBASE_TYPE xTaskCallApplicationTaskHook( xTaskHandle xTask, void *pvParameter
  * for a finite period required removing from a blocked list and placing on\r
  * a ready list.\r
  */\r
-inline void vTaskIncrementTick( void );\r
+void vTaskIncrementTick( void );\r
 \r
 /*\r
  * THIS FUNCTION MUST NOT BE USED FROM APPLICATION CODE.  IT IS AN\r
@@ -993,7 +993,7 @@ void vTaskCleanUpResources( void );
  * Sets the pointer to the current TCB to the TCB of the highest priority task\r
  * that is ready to run.\r
  */\r
-inline void vTaskSwitchContext( void );\r
+void vTaskSwitchContext( void );\r
 \r
 /*\r
  * Return the handle of the calling task.\r