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:
- 144:01d98cf7738e
- Parent:
- 142:54d1543e23e5
- Child:
- 147:0f40005cbc5f
--- a/main.cpp Tue Aug 29 17:26:42 2017 +0000 +++ b/main.cpp Tue Aug 29 18:42:20 2017 +0000 @@ -6,7 +6,7 @@ int main() { - initialize(); // initialize the serial port(s) and structures + initializePpp(); // initialize the serial port(s) and structures while(1) { scanForConnectString(); // wait for PC to send a connect message while( connected() ) {