Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
53:3a8a37fda757
Parent:
52:accc3026b2b0
Child:
54:13f83621db80
--- a/main.cpp	Sun Jan 29 21:20:20 2017 +0000
+++ b/main.cpp	Sun Jan 29 21:24:43 2017 +0000
@@ -51,7 +51,7 @@
 // the serial port receive buffer and packet buffer
 #define BUFLEN (1<<12)
 char rxbufppp[BUFLEN]; // BUFLEN must be a power of two because we use & operator for fast wrap-around in rxHandler
-char hdlcBuffer[2000]; // send/receive buffer for hdlc frames
+char hdlcBuffer[2000]; // send/receive buffer for unstuffed (decoded) hdlc frame
 
 // a structure to keep all our ppp globals in