mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 05:17:43 +08:00
Correct cut and paste comment error.
This commit is contained in:
@ -140,7 +140,7 @@ extern void vPortClearInterruptMaskFromISR( unsigned portBASE_TYPE );
|
||||
{ \
|
||||
unsigned portLONG ulStatus; \
|
||||
\
|
||||
/* Unmask all interrupts. */ \
|
||||
/* Trigger software interrupt. */ \
|
||||
ulStatus = _CP0_GET_CAUSE(); \
|
||||
ulStatus |= portSW0_BIT; \
|
||||
_CP0_SET_CAUSE( ulStatus ); \
|
||||
|
Reference in New Issue
Block a user