mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Remove inline keyword.
This commit is contained in:
parent
9c87f922b3
commit
019ab1b908
28 changed files with 3 additions and 52 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue