]> git.sur5r.net Git - freertos/commitdiff
Make the tick ISR entry function use the __raw attribute in the IAR MSP430X port...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 13 Jan 2011 10:28:40 +0000 (10:28 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 13 Jan 2011 10:28:40 +0000 (10:28 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1245 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/MSP430X/port.c

index ac89012438d12a78241fcd9058e6735faf616540..efff177613c447de783ffd1db1b6ea68e94c823a 100644 (file)
@@ -197,7 +197,7 @@ void vPortSetupTimerInterrupt( void )
 /*-----------------------------------------------------------*/\r
 \r
 #pragma vector=configTICK_VECTOR\r
-__interrupt void vTickISREntry( void )\r
+__interrupt __raw void vTickISREntry( void )\r
 {\r
 extern void vPortTickISR( void );\r
 \r