mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 05:58:36 -04:00
Fix spelling mistakes copied and pasted into a couple of RISC-V demo main.c files.
This commit is contained in:
parent
fccc445865
commit
c0741e36ed
3 changed files with 8 additions and 8 deletions
|
@ -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 );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue