]> git.sur5r.net Git - freertos/commitdiff
Remove unnecessary ';' characters from a couple of macro definitions in the IAR MSP43...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 1 Jan 2011 17:24:03 +0000 (17:24 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 1 Jan 2011 17:24:03 +0000 (17:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1205 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/IAR/MSP430X/portmacro.h

index 0e8e6fb5ccda42b6511cb2df59e007ec23883c66..a84a268b443c5d86b9e1139e4899044f5ef12744 100644 (file)
@@ -87,8 +87,8 @@
 /*-----------------------------------------------------------*/        \r
 \r
 /* Interrupt control macros. */\r
-#define portDISABLE_INTERRUPTS()       _DINT();\r
-#define portENABLE_INTERRUPTS()                _EINT();\r
+#define portDISABLE_INTERRUPTS()       _DINT()\r
+#define portENABLE_INTERRUPTS()                _EINT()\r
 /*-----------------------------------------------------------*/\r
 \r
 /* Critical section control macros. */\r