typo draft

Tue, 11 Oct 2016 21:45:22 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 11 Oct 2016 21:45:22 +0200
changeset 12
38cd6267c919
parent 11
09ae4cac6649
child 13
0fdeed7c083e

typo

src/main.cpp file | annotate | diff | comparison | revisions
--- a/src/main.cpp	Tue Oct 11 21:44:56 2016 +0200
+++ b/src/main.cpp	Tue Oct 11 21:45:22 2016 +0200
@@ -529,7 +529,7 @@
 		else {
 		  printf(":");
 		  for (uint8_t i=0; i<cmd.size; i++)
-		    printf("%02x ", cmd.value[i], cmd);
+		    printf("%02x ", cmd.value[i]);
 		  printf("\n");	      
 		}
 		show(cmd.cmd, cmd.value, cmd.size);

mercurial