\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
\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
.global vRegTest2\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 vRegTest1\r
.end vRegTest1\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 vRegTest2\r