WiflyInterface library (interface for Roving Networks Wifly modules)

Dependents:   IOT-Websocket_Wifly_HelloWorld WiFly_NSDL_HelloWorld IOT-Project-LED-ControlTelnet IOT-Project-Wifly-Xively ... more

Fork of WiflyInterface by mbed official

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Thu May 08 17:09:48 2014 +0000
Parent:
8:68617e1f704c
Commit message:
Turn debug off

Changed in this revision

Wifly/Wifly.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 68617e1f704c -r a27cf731e79a Wifly/Wifly.cpp
--- a/Wifly/Wifly.cpp	Tue Feb 25 00:47:17 2014 +0000
+++ b/Wifly/Wifly.cpp	Thu May 08 17:09:48 2014 +0000
@@ -22,7 +22,7 @@
 #include <algorithm>
 
 //Debug is disabled by default
-#if (1 && !defined(TARGET_LPC11U24))
+#if (0 && !defined(TARGET_LPC11U24))
 #define DBG(x, ...) std::printf("[Wifly : DBG]"x"\r\n", ##__VA_ARGS__);
 #define WARN(x, ...) std::printf("[Wifly : WARN]"x"\r\n", ##__VA_ARGS__);
 #define ERR(x, ...) std::printf("[Wifly : ERR]"x"\r\n", ##__VA_ARGS__);