A common library used by Digi International Inc. mbed libraries to output debug information.

Dependents:   XBeeLib XBeeLib_Test Chi-XBee-Actuator Chi-XBee-Sensor ... more

A common library used by Digi International Inc. mbed libraries to output debug information.
Used by XBeeLib

See Debugging the library chapter for more info.

Revision:
3:304026cffaf3
Parent:
2:1f16339607b7
Child:
5:58c5158b5120
--- a/DigiLogger.cpp	Mon May 11 17:57:46 2015 +0200
+++ b/DigiLogger.cpp	Thu May 14 16:03:56 2015 +0200
@@ -64,6 +64,5 @@
 
 void DigiLogger::log_buffer(char const * const buffer)
 {
+    (void)(buffer);
 }
-
-