sync from github to svn: Renasas/RX100 #pragma _VECT()

This commit is contained in:
Yuhui.Zheng 2019-09-20 20:41:32 +00:00
parent da3d370ff7
commit cc0aee651e

View File

@ -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 ) void prvTickISR( void )
{ {
/* Increment the tick, and perform any processing the new tick value /* Increment the tick, and perform any processing the new tick value