]> git.sur5r.net Git - freertos/commitdiff
Correct cut and paste comment error.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 25 Oct 2009 10:33:01 +0000 (10:33 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 25 Oct 2009 10:33:01 +0000 (10:33 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@931 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

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