]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.c
First check in.
[proxmark3-svn] / client / flash.c
index 9f547915b95a9b8b82936c40d6d3936c924c5250..60c04adce5d635a2154983d5a7024fbf166a8bab 100644 (file)
 #include <stdlib.h>
 #include "proxmark3.h"
 #include "sleep.h"
-//#include "proxusb.h"
 #include "flash.h"
 #include "elf.h"
 #include "proxendian.h"
-#include "usb_cmd.h"
+#include "../include/usb_cmd.h"
 
 void SendCommand(UsbCommand* txcmd);
 void ReceiveCommand(UsbCommand* rxcmd);
@@ -340,8 +339,7 @@ static int enter_bootloader(char *serial_port_name)
     msleep(100);
                CloseProxmark();
 
-               fprintf(stderr,"Waiting for Proxmark to reappear on ");
-               fprintf(stderr,serial_port_name);
+               fprintf(stderr,"Waiting for Proxmark to reappear on %s",serial_port_name);
     do {
                        sleep(1);
                        fprintf(stderr, ".");
Impressum, Datenschutz