From: yuhzheng Date: Fri, 20 Sep 2019 20:41:32 +0000 (+0000) Subject: sync from github to svn: Renasas/RX100 #pragma _VECT() X-Git-Tag: V10.3.0~102 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6758385ad25ea58d8dbb6affd4e038df8d3439f;p=freertos sync from github to svn: Renasas/RX100 #pragma _VECT() git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2721 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port.c b/FreeRTOS/Source/portable/Renesas/RX100/port.c index 88291a8f4..67cea4de0 100644 --- a/FreeRTOS/Source/portable/Renesas/RX100/port.c +++ b/FreeRTOS/Source/portable/Renesas/RX100/port.c @@ -296,7 +296,7 @@ static void prvStartFirstTask( void ) } /*-----------------------------------------------------------*/ -#pragma interrupt ( prvTickISR( vect = configTICK_VECTOR, enable ) ) +#pragma interrupt ( prvTickISR( vect = _VECT( configTICK_VECTOR ), enable ) ) void prvTickISR( void ) { /* Increment the tick, and perform any processing the new tick value