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
|
@ -118,8 +118,6 @@ void vPortYield( void ) _naked;
|
|||
#define portYIELD() vPortYield();
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Compiler specifics. */
|
||||
#define inline
|
||||
#define portNOP() _asm \
|
||||
nop \
|
||||
_endasm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue