mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-01 22:38:56 +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
|
#pragma vector=configTICK_VECTOR
|
||||||
__interrupt void vTickISREntry( void )
|
__interrupt __raw void vTickISREntry( void )
|
||||||
{
|
{
|
||||||
extern void vPortTickISR( void );
|
extern void vPortTickISR( void );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user