]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/RX600/portmacro.h
Minor mods common files to fix warnings generated by Renesas compiler.
[freertos] / FreeRTOS / Source / portable / GCC / RX600 / portmacro.h
index 141b9c74a2b72789983aa392302dd30599f2757d..5dde7013ddba911617f43853c2037df615763f31 100644 (file)
@@ -134,8 +134,8 @@ vector 27. */
 /* The critical nesting functions defined within tasks.c. */\r
 extern void vTaskEnterCritical( void );\r
 extern void vTaskExitCritical( void );\r
-#define portENTER_CRITICAL()   vTaskEnterCritical();\r
-#define portEXIT_CRITICAL()            vTaskExitCritical();\r
+#define portENTER_CRITICAL()   vTaskEnterCritical()\r
+#define portEXIT_CRITICAL()            vTaskExitCritical()\r
 \r
 /* As this port allows interrupt nesting... */\r
 unsigned long ulPortGetIPL( void ) __attribute__((naked));\r