From 12b4ebdc92daf46e853f7d4c760dc8be047f91d1 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 25 Oct 2009 10:33:01 +0000 Subject: [PATCH] Correct cut and paste comment error. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@931 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/portable/MPLAB/PIC32MX/portmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/portable/MPLAB/PIC32MX/portmacro.h b/Source/portable/MPLAB/PIC32MX/portmacro.h index a41913094..f6cd1f532 100644 --- a/Source/portable/MPLAB/PIC32MX/portmacro.h +++ b/Source/portable/MPLAB/PIC32MX/portmacro.h @@ -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 ); \ -- 2.39.2