mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 13:27:08 +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. */
|
||||
#define portDISABLE_INTERRUPTS() _DINT();
|
||||
#define portENABLE_INTERRUPTS() _EINT();
|
||||
#define portDISABLE_INTERRUPTS() _DINT()
|
||||
#define portENABLE_INTERRUPTS() _EINT()
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/* Critical section control macros. */
|
||||
|
Reference in New Issue
Block a user