forked from epagris/FreeRTOS-Kernel
Implemented portYIELD_FROM_ISR() for RX port.
This commit is contained in:
parent
4b3cf6221b
commit
27683e7360
@ -105,7 +105,7 @@ vector 27. */
|
||||
#define portYIELD() *portITU_SWINTR = 0x01; nop(); nop(); nop(); nop(); nop()
|
||||
|
||||
extern void vTaskSwitchContext( void );
|
||||
#define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) vTaskSwitchContext()
|
||||
#define portYIELD_FROM_ISR( x ) if( x != pdFALSE ) portYIELD()
|
||||
|
||||
/*
|
||||
* These macros should be called directly, but through the taskENTER_CRITICAL()
|
||||
|
Loading…
x
Reference in New Issue
Block a user