Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
134:af9d1f8d451d
Parent:
133:0f5b4085b6d3
Child:
135:6c3eec2fa634
diff -r 0f5b4085b6d3 -r af9d1f8d451d main.cpp
--- a/main.cpp	Wed Aug 16 11:08:43 2017 +0000
+++ b/main.cpp	Wed Aug 16 11:14:39 2017 +0000
@@ -45,7 +45,7 @@
 // The #define below enables/disables a second (OPTIONAL) serial port that prints out interesting diagnostic messages.
 // Change to SERIAL_PORT_MONITOR_YES to enable diagnostics messages. You need to wire a second serial port to your mbed hardware to monitor this.
 // 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 the various target boards
 // insert your target board's port here if it's not in yet - if it works, please send it to me - thanks!!!