Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
Diff: main.cpp
- 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