mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 06:07:45 -04:00
Tidy up the RL78 port layer.
This commit is contained in:
parent
476a87dfdc
commit
573497fbe0
3 changed files with 22 additions and 68 deletions
|
@ -140,7 +140,6 @@ extern volatile unsigned short usCriticalNesting; \
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Task utilities. */
|
||||
extern void vPortStart( void );
|
||||
#define portYIELD() __asm( "BRK" )
|
||||
#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext()
|
||||
#define portNOP() __asm( "NOP" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue