mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-27 04:16:20 +08:00
Make the tick ISR entry function use the __raw attribute in the IAR MSP430X port layer.
This commit is contained in:
@ -197,7 +197,7 @@ void vPortSetupTimerInterrupt( void )
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
#pragma vector=configTICK_VECTOR
|
||||
__interrupt void vTickISREntry( void )
|
||||
__interrupt __raw void vTickISREntry( void )
|
||||
{
|
||||
extern void vPortTickISR( void );
|
||||
|
||||
|
Reference in New Issue
Block a user