X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FSource%2Fportable%2FGCC%2FARM_CA9%2Fportmacro.h;h=ba1ca3d9b8ec50bed6369a65b14fd1eedc87a44f;hb=c78aacb3e5d1c790cd5c972f068b7176e5bd289b;hp=1b7f18a7f62d0df6df922347418d6712512c8f49;hpb=d4cdf6ce5b4ac47f90436cff23dd65ef307851dc;p=freertos diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h index 1b7f18a7f..ba1ca3d9b 100644 --- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h +++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h @@ -192,7 +192,7 @@ void vPortTaskUsesFPU( void ); #endif /* configASSERT */ #define portNOP() __asm volatile( "NOP" ) - +#define portINLINE __inline #ifdef __cplusplus } /* extern C */