
UDP echo with thread
Revision 8:1f35cbb54ee7, committed 2022-02-19
- Comitter:
- JohnnyK
- Date:
- Sat Feb 19 23:28:22 2022 +0000
- Parent:
- 7:94dccd29cac9
- Commit message:
- Test2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 94dccd29cac9 -r 1f35cbb54ee7 main.cpp --- a/main.cpp Sat Feb 19 23:25:31 2022 +0000 +++ b/main.cpp Sat Feb 19 23:28:22 2022 +0000 @@ -20,7 +20,7 @@ DigitalOut led2(LED2); void udpEcho(){ - printf("UDP thread starting...\n"); + printf("UDP thread starting..\n"); NetworkInterface *net = NetworkInterface::get_default_instance(); int net_stat; #ifndef ROUTER