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:
- 2:b6ccdc962742
- Parent:
- 1:9e03798d4367
- Child:
- 3:bcc66de0bdcd
--- a/main.cpp Tue Dec 27 17:45:57 2016 +0000 +++ b/main.cpp Tue Dec 27 17:46:27 2016 +0000 @@ -56,7 +56,7 @@ if (waitingForPpp) pc.printf("CLIENTSERVER"); // respond to PC waitingForPpp = waitingForPpp ? 0 : 1; // TOGGLE waiting flag } - if ( flagCount>0 ) myled = ((flagCount/2)%2); // toggle on PPP frame detect + if ( flagCount>0 ) myled = ((flagCount/2)%2); // toggle on PPP frame found } } }