]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
tryout.... changed to 64-bit command arguments in stead of 32-bit
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Dec 2012 22:41:41 +0000 (22:41 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Dec 2012 22:41:41 +0000 (22:41 +0000)
include/usb_cmd.h

index b3c52d1df086139c8f4e95515ea8a9289aa13147..45acfe420382bc7c3edb7daaeaf505afd9d56bc2 100644 (file)
@@ -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];
Impressum, Datenschutz