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:
- 80:753f5dd2e84e
- Parent:
- 79:f0fc1c19a550
- Child:
- 81:9ede60e9a2c8
--- a/main.cpp Sun Jul 09 20:55:45 2017 +0000 +++ b/main.cpp Wed Jul 12 05:08:51 2017 +0000 @@ -636,6 +636,7 @@ while((dataLen %4 ) !=0) { // dataLen must be a multiple of four dataLen++; // must be a multiple of four dataStart[dataLen-1]=0; // clear the byte in the buffer + ack++; } } break;