Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Files at this revision

API Documentation at this revision

Comitter:
nixnax
Date:
Tue Aug 08 20:22:19 2017 +0000
Parent:
122:963abcbff21e
Child:
124:18ef53f1d8b7
Commit message:
Comment fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Aug 08 20:02:35 2017 +0000
+++ b/main.cpp	Tue Aug 08 20:22:19 2017 +0000
@@ -122,7 +122,7 @@
         int len; // number of bytes in buffer
         int crc; // PPP CRC (frame check)
 #define PPP_max_size 2500
-        // we are assuming 1000 bytes more MTU size of 1500- due to the PPP encoding of special bytes
+        // we are assuming 1000 bytes more than MTU size of 1500 - due to the PPP encoding of special bytes
         char buf[PPP_max_size]; // send and receive buffer large enough for raw, encoded PPP/HDLC frames
     } pkt; // ppp buffer objects
     struct {