XBee API mode library

Revision:
1:482216f3f6ee
Parent:
0:0232a97b3883
Child:
5:b82970ef7fb0
--- a/Dump.cpp	Thu Jul 26 10:33:11 2012 +0000
+++ b/Dump.cpp	Thu Sep 20 02:28:35 2012 +0000
@@ -141,7 +141,7 @@
 void XBee::dumpIOSample(const char* data, int length) {
     if (length > 0) {
         IOSample sample(data);
-        //sample.print(mon);
         mon.printf(sample);
+        mon.printf("\n");
     }
 }
\ No newline at end of file