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
Revision 166:0386c2d5dc89, committed 2017-09-03
- Comitter:
- nixnax
- Date:
- Sun Sep 03 19:20:11 2017 +0000
- Parent:
- 165:c47826d07e0d
- Child:
- 167:ff8a2d8beeb1
- Commit message:
- SERIAL_PORT_MONITOR_NO
Changed in this revision
| PPP-Blinky/ppp-blinky.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PPP-Blinky/ppp-blinky.cpp Sun Sep 03 19:19:03 2017 +0000 +++ b/PPP-Blinky/ppp-blinky.cpp Sun Sep 03 19:20:11 2017 +0000 @@ -45,7 +45,7 @@ // Using the second serial port will slow down packet response time // Note - the LPC11U24 does NOT have a second serial port -#define SERIAL_PORT_MONITOR_YES /* change to SERIAL_PORT_MONITOR_YES for debug messages */ +#define SERIAL_PORT_MONITOR_NO /* change to SERIAL_PORT_MONITOR_YES for debug messages */ // here we define the OPTIONAL, second debug serial port for various mbed target boards #ifdef SERIAL_PORT_MONITOR_YES
