mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
Fixed spelling in main.c
This commit is contained in:
parent
939daef2f2
commit
27d341e5ab
1 changed files with 3 additions and 3 deletions
|
@ -143,17 +143,17 @@ int main( void )
|
|||
console_init();
|
||||
#if ( mainSELECTED_APPLICATION == ECHO_CLIENT_DEMO )
|
||||
{
|
||||
console_print("sgtaring echo clientdemo\n");
|
||||
console_print("Starting echo client demo\n");
|
||||
main_tcp_echo_client_tasks();
|
||||
}
|
||||
#elif ( mainSELECTED_APPLICATION == BLINKY_DEMO )
|
||||
{
|
||||
console_print("sgtaring echo blinky\n");
|
||||
console_print("Starting echo blinky demo\n");
|
||||
main_blinky();
|
||||
}
|
||||
#elif ( mainSELECTED_APPLICATION == FULL_DEMO)
|
||||
{
|
||||
console_print("sgtaring full demo\n");
|
||||
console_print("Starting full demo\n");
|
||||
main_full();
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue