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

pull/1/head
Richard Barry 14 years ago
parent a6132cbbad
commit 304495350c

@ -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. */

Loading…
Cancel
Save