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: PPP-Blinky/ppp-blinky.h
- Revision:
- 173:6774a0c851c4
- Parent:
- 170:3d3b2126181c
- Child:
- 174:e5a3f16421a5
- Child:
- 175:b4e6f8a6fe00
--- a/PPP-Blinky/ppp-blinky.h Mon Sep 04 13:34:09 2017 +0000
+++ b/PPP-Blinky/ppp-blinky.h Mon Sep 04 15:59:53 2017 +0000
@@ -28,6 +28,7 @@
unsigned int code : 8; // IPCP and LCP contain a code field which identifies the requested action or response
unsigned int identifier : 8 ;
unsigned int lengthR : 16;
+ char request [0];
} ipcpHeaderType;
/// IP header
