]> git.sur5r.net Git - freertos/commitdiff
Remove unnecessary semicolon.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 6 Feb 2009 13:30:39 +0000 (13:30 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 6 Feb 2009 13:30:39 +0000 (13:30 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@686 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/V850ES/portmacro.h

index 92afd1b303f1461c4ddba45dc4fa140588972da1..bc6a2f0a5f900629b1ba2ab51dd63d836348eea8 100644 (file)
@@ -130,7 +130,7 @@ extern void portRESTORE_CONTEXT( void );
 #define portYIELD()    __asm ( "trap 0" )\r
 #define portNOP()      __asm ( "NOP" )\r
 extern void vTaskSwitchContext( void );\r
-#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext();\r
+#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext()\r
 \r
 /*-----------------------------------------------------------*/\r
 \r