mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-30 13:56:56 +08:00
Remove unnecessary ';' characters from a couple of macro definitions in the IAR MSP430X port layer.
This commit is contained in:
@ -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. */
|
||||||
|
Reference in New Issue
Block a user