Remove inline keyword.

This commit is contained in:
Richard Barry 2008-05-01 09:06:26 +00:00
parent 9c87f922b3
commit 019ab1b908
28 changed files with 3 additions and 52 deletions

View file

@ -137,8 +137,6 @@ extern void vPortYield( void );
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters )
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) __toplevel
/* Compiler specifics. */
#define inline
/* Just used by the demo application to indicate which form of interrupt
service routine should be used. See the online port documentation for more

View file

@ -148,7 +148,6 @@ extern void vPortYield( void );
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) __toplevel
/* Compiler specifics. */
#define inline
#define portNOP()

View file

@ -138,8 +138,6 @@ extern void vPortYield( void );
#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters )
#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters ) __toplevel
/* Compiler specifics. */
#define inline
/* Just used by the demo application to indicate which form of interrupt
service routine should be used. See the online port documentation for more