From: richardbarry Date: Thu, 1 May 2008 08:58:48 +0000 (+0000) Subject: Remove inline keyword. X-Git-Tag: V5.0.2~68 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a158a2c75a1f0e9f8641dc49ac0d3675f2bacdb;p=freertos Remove inline keyword. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@329 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/task.h b/Source/include/task.h index bb0cc2255..70c731086 100644 --- a/Source/include/task.h +++ b/Source/include/task.h @@ -930,7 +930,7 @@ portBASE_TYPE xTaskCallApplicationTaskHook( xTaskHandle xTask, void *pvParameter * for a finite period required removing from a blocked list and placing on * a ready list. */ -inline void vTaskIncrementTick( void ); +void vTaskIncrementTick( void ); /* * THIS FUNCTION MUST NOT BE USED FROM APPLICATION CODE. IT IS AN @@ -993,7 +993,7 @@ void vTaskCleanUpResources( void ); * Sets the pointer to the current TCB to the TCB of the highest priority task * that is ready to run. */ -inline void vTaskSwitchContext( void ); +void vTaskSwitchContext( void ); /* * Return the handle of the calling task.