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:
1:79cea2b2eea6
Parent:
0:e83acb8d505c
Child:
2:1f16339607b7
--- a/DigiLogger.cpp	Wed Apr 29 16:06:43 2015 +0200
+++ b/DigiLogger.cpp	Fri May 08 11:50:45 2015 +0200
@@ -64,6 +64,5 @@
 
 void DigiLogger::log_buffer(char const * const buffer)
 {
+    (void)(buffer);
 }
-
-