summaryrefslogtreecommitdiff
path: root/Source/portable/IAR/V850ES/portmacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/portable/IAR/V850ES/portmacro.h')
-rw-r--r--Source/portable/IAR/V850ES/portmacro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/portable/IAR/V850ES/portmacro.h b/Source/portable/IAR/V850ES/portmacro.h
index 92afd1b3..bc6a2f0a 100644
--- a/Source/portable/IAR/V850ES/portmacro.h
+++ b/Source/portable/IAR/V850ES/portmacro.h
@@ -130,7 +130,7 @@ extern void portRESTORE_CONTEXT( void );
#define portYIELD() __asm ( "trap 0" )
#define portNOP() __asm ( "NOP" )
extern void vTaskSwitchContext( void );
-#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext();
+#define portYIELD_FROM_ISR( xHigherPriorityTaskWoken ) if( xHigherPriorityTaskWoken ) vTaskSwitchContext()
/*-----------------------------------------------------------*/