mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-23 09:37:34 +08:00
sync from github to svn: Renasas/RX100 #pragma _VECT()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user