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:
- 177:dab9e685af53
- Parent:
- 174:e5a3f16421a5
- Child:
- 179:ba2b2ddd0da5
diff -r 011dbb3f7d03 -r dab9e685af53 main.cpp --- a/main.cpp Wed Sep 06 21:15:44 2017 +0000 +++ b/main.cpp Thu Sep 07 01:51:53 2017 +0000 @@ -11,7 +11,6 @@ waitForPcConnectString(); // wait for PC to send a connect message while( connectedPpp() ) { waitForPppFrame(); // process PPP frames until we receive a disconnect command - sendUdpData(); // send a udp data packet } } } \ No newline at end of file