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

pull/1/head
Yuhui.Zheng 5 years ago
parent da3d370ff7
commit cc0aee651e

@ -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

Loading…
Cancel
Save