]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flasher.c
First check in.
[proxmark3-svn] / client / flasher.c
index 652f13b1111df6078e89856f48e7f718d86ace72..1390d8171cebb853149b349bdef16182312ffeb1 100644 (file)
@@ -13,7 +13,7 @@
 #include "proxmark3.h"
 #include "flash.h"
 #include "uart.h"
-#include "usb_cmd.h"
+#include "../include/usb_cmd.h"
 
 #ifdef _WIN32
 # define unlink(x)
@@ -128,8 +128,7 @@ int main(int argc, char **argv)
 
   serial_port_name = argv[1];
   
-  fprintf(stderr,"Waiting for Proxmark to appear on ");
-  fprintf(stderr,serial_port_name);
+  fprintf(stderr,"Waiting for Proxmark to appear on %s",serial_port_name);
   do {
     sleep(1);
     fprintf(stderr, ".");
Impressum, Datenschutz