From 2a7f748cdf1aff54a5d26051e8a78a64847f8fa6 Mon Sep 17 00:00:00 2001 From: Rafal Babski Date: Wed, 29 Apr 2020 19:35:57 +0100 Subject: [PATCH] portable/GCC/MSPFR5969: typo fix in comment --- portable/GCC/MSP430FR5969/portmacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )