UDP echo with thread

Revision:
8:1f35cbb54ee7
Parent:
7:94dccd29cac9
--- 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