mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove unnecessary ';' characters from a couple of macro definitions in the IAR MSP430X port layer.
This commit is contained in:
parent
a6132cbbad
commit
304495350c
|
@ -87,8 +87,8 @@
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
/* Interrupt control macros. */
|
/* Interrupt control macros. */
|
||||||
#define portDISABLE_INTERRUPTS() _DINT();
|
#define portDISABLE_INTERRUPTS() _DINT()
|
||||||
#define portENABLE_INTERRUPTS() _EINT();
|
#define portENABLE_INTERRUPTS() _EINT()
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
/* Critical section control macros. */
|
/* Critical section control macros. */
|
||||||
|
|
Loading…
Reference in a new issue