]> git.sur5r.net Git - freertos/blobdiff - Source/portable/MPLAB/PIC32MX/portmacro.h
Correct cut and paste comment error.
[freertos] / Source / portable / MPLAB / PIC32MX / portmacro.h
index a41913094e52bc87f695edf7e6d38e006aba9452..f6cd1f532fdb10f3ebf70cc26d4474bfe03cd1bc 100644 (file)
@@ -140,7 +140,7 @@ extern void vPortClearInterruptMaskFromISR( unsigned portBASE_TYPE );
 {                                                                                              \\r
 unsigned portLONG ulStatus;                                            \\r
                                                                                                \\r
-       /* Unmask all interrupts. */                            \\r
+       /* Trigger software interrupt. */                       \\r
        ulStatus = _CP0_GET_CAUSE();                            \\r
        ulStatus |= portSW0_BIT;                                        \\r
        _CP0_SET_CAUSE( ulStatus );                                     \\r