My fork during debugging.

Fork of NRF2401P by Malcolm McCulloch

Revision:
4:e55807cf840b
Parent:
3:afe8d307b5c3
Child:
6:77ead8abdd1c
Child:
15:9998698cb041
--- a/NRF2401P.cpp	Thu Jun 11 23:38:01 2015 +0000
+++ b/NRF2401P.cpp	Fri Jun 12 08:07:53 2015 +0000
@@ -232,7 +232,7 @@
         flushTx();
     }
     if (debug) {
-        sprintf(logMsg, "  Transmit data %d bytes to %02x (%02x) = %10s", width, address, status, *data );
+        sprintf(logMsg, " Transmit data %d bytes to %02x (%02x) = %10s", width, address, status, *data );
         log(logMsg);
     }
     return status;