\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 vT1InterruptHandler\r
\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 xPortStartScheduler\r
\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 vPortYieldISR\r