From: roel@libnfc.org Date: Fri, 7 Dec 2012 22:41:41 +0000 (+0000) Subject: tryout.... changed to 64-bit command arguments in stead of 32-bit X-Git-Tag: v1.0.0~130^2~20 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/80501bad5b7155e77374ca56ce50e35ebd64c1a4 tryout.... changed to 64-bit command arguments in stead of 32-bit --- diff --git a/include/usb_cmd.h b/include/usb_cmd.h index b3c52d1d..45acfe42 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -36,7 +36,7 @@ typedef struct { typedef struct { uint32_t cmd; - uint32_t arg[3]; + uint64_t arg[3]; union { uint8_t asBytes[USB_CMD_DATA_SIZE]; uint32_t asDwords[USB_CMD_DATA_SIZE/4];