]> git.sur5r.net Git - freertos/blobdiff - Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
Remove unused variable warning.
[freertos] / Demo / PIC32MX_MPLAB / IntQueueTimer_isr.S
index ec1af725aa4bbe1846f93d92f06abcec283ae7d3..f4875e85b9a5be19320f31fb53c1f4a41eed7940 100644 (file)
 \r
 /******************************************************************/\r
 \r
-       .section        .FreeRTOS, "ax", @progbits\r
+       #if (__C32_VERSION__ >= 2 )\r
+               .section        .FreeRTOS, code\r
+       #else\r
+               .section        .FreeRTOS, "ax", @progbits\r
+       #endif\r
        .set            noreorder\r
        .set            noat\r
        .ent            vT3InterruptWrapper\r
@@ -88,7 +92,11 @@ vT3InterruptWrapper:
 \r
 /******************************************************************/\r
 \r
-       .section        .FreeRTOS, "ax", @progbits\r
+       #if (__C32_VERSION__ >= 2 )\r
+               .section        .FreeRTOS, code\r
+       #else\r
+               .section        .FreeRTOS, "ax", @progbits\r
+       #endif\r
        .set            noreorder\r
        .set            noat\r
        .ent            vT4InterruptWrapper\r