From 9c87f922b388cfc4e696b158051bcea7745e38b5 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 1 May 2008 08:58:48 +0000 Subject: [PATCH] Remove inline keyword. --- Source/include/task.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/include/task.h b/Source/include/task.h index bb0cc22555..70c7310861 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.