X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e12b82d362238b49d3b4b88ff7d7a1d7e618bac8..3d93d4f940e3251b3d18dfb1aa0839aa784cd573:/client/flash.c diff --git a/client/flash.c b/client/flash.c index 9f547915..60c04adc 100644 --- a/client/flash.c +++ b/client/flash.c @@ -13,11 +13,10 @@ #include #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, ".");