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:
- 170:3d3b2126181c
- Parent:
- 167:ff8a2d8beeb1
- Child:
- 173:6774a0c851c4
--- a/PPP-Blinky/ppp-blinky.h Mon Sep 04 04:28:55 2017 +0000 +++ b/PPP-Blinky/ppp-blinky.h Mon Sep 04 05:45:59 2017 +0000 @@ -103,7 +103,7 @@ unsigned int srcPortR : 16; // byte reversed unsigned int dstPortR : 16; // byte reversed unsigned int lengthR : 16; // byte reversed - unsigned int checkSumR : 16; // byte reversed + unsigned int checksumR : 16; // byte reversed char data [0]; // data area } udpHeaderType;