Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
100:3f3a017684c5
Parent:
99:3f56162e703e
Child:
101:0a15de2ca623
--- a/main.cpp	Sun Jul 30 01:49:56 2017 +0000
+++ b/main.cpp	Sun Jul 30 02:22:59 2017 +0000
@@ -99,7 +99,6 @@
 struct pppType {
     int online; // we hunt for a PPP connection if this is zero
     unsigned int ident; // our IP ident value
-    unsigned int seq; // our TCP sequence number
     int crc; // for calculating IP and TCP CRCs
     int ledState; // state of LED1
     int httpPageCount;
@@ -1006,7 +1005,6 @@
     xx.puts("\x1b[2J\x1b[HReady\n"); // VT100 code for clear screen & home
 #endif
     pppInitStruct(); // initialize all the PPP properties
-    ppp.seq=1000; // initial TCP sequence number
 
     while(1) {
         scanForConnectString(); // respond to connect command from windows dial up networking