mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-29 00:19:04 -04:00
Make the tick ISR entry function use the __raw attribute in the IAR MSP430X port layer.
This commit is contained in:
parent
6b661d03a5
commit
749edf57e7
|
@ -197,7 +197,7 @@ void vPortSetupTimerInterrupt( void )
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
#pragma vector=configTICK_VECTOR
|
||||
__interrupt void vTickISREntry( void )
|
||||
__interrupt __raw void vTickISREntry( void )
|
||||
{
|
||||
extern void vPortTickISR( void );
|
||||
|
||||
|
|
Loading…
Reference in a new issue