mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-05 15:15:25 +00:00
fix IAR/CM0/portmacro.h missing semicolon (#894)
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
@@ -93,7 +93,7 @@ extern void vPortYield( void );
|
||||
if( xSwitchRequired != pdFALSE ) \
|
||||
{ \
|
||||
traceISR_EXIT_TO_SCHEDULER(); \
|
||||
*( portNVIC_INT_CTRL ) = portNVIC_PENDSVSET \
|
||||
*( portNVIC_INT_CTRL ) = portNVIC_PENDSVSET; \
|
||||
} \
|
||||
else \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user