RealtimeCompLab2
Dependencies: mbed
Fork of PPP-Blinky by
Diff: main.cpp
- Revision:
- 48:6352c1411c5f
- Parent:
- 47:00a5ca075f8f
- Child:
- 49:2213f9c132b2
--- a/main.cpp Thu Jan 19 20:28:54 2017 +0000 +++ b/main.cpp Thu Jan 19 20:40:42 2017 +0000 @@ -28,7 +28,7 @@ // The #define below enables/disables a second serial port that prints out interesting diagnostic messages. // change to SERIAL_PORT_MONITOR_YES to enable diagnistics messages. You will also need a second serial port. -#define SERIAL_PORT_MONITOR_YES /* or SERIAL_PORT_MONITOR_YES */ +#define SERIAL_PORT_MONITOR_NO /* or SERIAL_PORT_MONITOR_YES */ #ifndef SERIAL_PORT_MONITOR_NO Serial xx(PC_10, PC_11); // Not necessary to run - if you have a compile error here change line 31 to SERIAL_PORT_MONITOR_NO