diff --git a/portable/GCC/MSP430FR5969/portmacro.h b/portable/GCC/MSP430FR5969/portmacro.h index dafd4accc..216164b1a 100644 --- a/portable/GCC/MSP430FR5969/portmacro.h +++ b/portable/GCC/MSP430FR5969/portmacro.h @@ -116,7 +116,7 @@ extern void vPortYield( void ) __attribute__ ( ( naked ) ); #define portNOP() asm volatile ( "NOP" ) /*-----------------------------------------------------------*/ -/* Hardwware specifics. */ +/* Hardware specifics. */ #define portBYTE_ALIGNMENT 2 #define portSTACK_GROWTH ( -1 ) #define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )