QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
52:b4dddb28dffa
Parent:
26:06f1c9d70e9f
--- a/handle/mavcontrol.cpp	Wed Apr 23 04:09:06 2014 +0000
+++ b/handle/mavcontrol.cpp	Sat Apr 26 03:35:53 2014 +0000
@@ -64,7 +64,8 @@
     char* output=generatePacket(messageID,payload,length,&outLength);
     for(int i=0;i<outLength;i++){
         getSerial().putc(output[i]);
-        USB::getSerial().printf("+ %x\n",output[i]);
+        USB::getSerial().printf("+%x ",output[i]);
     }
+    USB::getSerial().printf("\n");
     delete output;
 }
\ No newline at end of file