Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
177:dab9e685af53
Parent:
174:e5a3f16421a5
Child:
179:ba2b2ddd0da5
diff -r 011dbb3f7d03 -r dab9e685af53 main.cpp
--- a/main.cpp	Wed Sep 06 21:15:44 2017 +0000
+++ b/main.cpp	Thu Sep 07 01:51:53 2017 +0000
@@ -11,7 +11,6 @@
         waitForPcConnectString(); // wait for PC to send a connect message
         while( connectedPpp() ) {
             waitForPppFrame(); // process PPP frames until we receive a disconnect command
-            sendUdpData(); // send a udp data packet
         }
     } 
 }
\ No newline at end of file