mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Demo: qemu mps2 echo client cleanup (#833)
This commit is contained in:
parent
9058c39aed
commit
4242c47a8d
5 changed files with 386 additions and 399 deletions
|
@ -43,16 +43,7 @@ extern void initialise_monitor_handles(void);
|
|||
|
||||
int main ()
|
||||
{
|
||||
#if ( mainCREATE_NETWORKING_DEMO_ONLY == 1 )
|
||||
{
|
||||
main_tcp_echo_client_tasks();
|
||||
}
|
||||
#else
|
||||
{
|
||||
#error "Invalid Selection..." \
|
||||
"\nPlease Select a Demo application from the main command"
|
||||
}
|
||||
#endif
|
||||
main_tcp_echo_client_tasks();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue