Remove unnecessary ';' characters from a couple of macro definitions in the IAR MSP430X port layer.

This commit is contained in:
Richard Barry 2011-01-01 17:24:03 +00:00
parent a6132cbbad
commit 304495350c

View file

@ -87,8 +87,8 @@
/*-----------------------------------------------------------*/
/* Interrupt control macros. */
#define portDISABLE_INTERRUPTS() _DINT();
#define portENABLE_INTERRUPTS() _EINT();
#define portDISABLE_INTERRUPTS() _DINT()
#define portENABLE_INTERRUPTS() _EINT()
/*-----------------------------------------------------------*/
/* Critical section control macros. */