mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
sync from github to svn: Renasas/RX100 #pragma _VECT()
This commit is contained in:
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…
Reference in a new issue