Fix spelling mistakes copied and pasted into a couple of RISC-V demo main.c files.

This commit is contained in:
Richard Barry 2019-10-22 16:31:57 +00:00
parent fccc445865
commit c0741e36ed
3 changed files with 8 additions and 8 deletions

View file

@ -71,10 +71,10 @@ void vApplicationIdleHook( void );
void vApplicationStackOverflowHook( TaskHandle_t pxTask, char *pcTaskName );
void vApplicationTickHook( void );
/* Prepare haredware to run the demo. */
/* Prepare hardware to run the demo. */
static void prvSetupHardware( void );
/* Send a messaage to the UART initialised in prvSetupHardware. */
/* Send a message to the UART initialised in prvSetupHardware. */
void vSendString( const char * const pcString );
/*-----------------------------------------------------------*/