portable/GCC/MSPFR5969: typo fix in comment

This commit is contained in:
Rafal Babski 2020-04-29 19:35:57 +01:00
parent 60bdcd9538
commit 2a7f748cdf

View file

@ -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 )