Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
150:3366bf3d294e
Parent:
147:0f40005cbc5f
Child:
153:7993def8663f
diff -r 969d98f6fb88 -r 3366bf3d294e main.cpp
--- a/main.cpp	Wed Aug 30 16:13:34 2017 +0000
+++ b/main.cpp	Wed Aug 30 16:34:51 2017 +0000
@@ -9,7 +9,7 @@
     initializePpp(); // initialize the serial port(s) and structures
     while(1) {
         scanForConnectString(); // wait for PC to send a connect message
-        while( connected() ) {
+        while( connectedPpp() ) {
             waitForPppFrame(); // process PPP frames until we receive a disconnect command
         }
     }