X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/660d641a03456e99ea83c68dbd3d03bae2b64573..9974991e4baa2be529f311e0bec7e38e6212f3e7:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index eebaa495..d8b34a08 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -12,16 +12,16 @@ #ifndef PROXMARK3_H__ #define PROXMARK3_H__ -#define __STDC_FORMAT_MACROS +#define __STDC_FORMAT_MACROS 1 #include <inttypes.h> #define llx PRIx64 #define lli PRIi64 +#define llu PRIu64 #define hhu PRIu8 -#include <usb.h> #include "usb_cmd.h" -#define PROXPROMPT "proxmark3> " +#define PROXPROMPT "pm3 --> " void SendCommand(UsbCommand *c);