From 80501bad5b7155e77374ca56ce50e35ebd64c1a4 Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Fri, 7 Dec 2012 22:41:41 +0000 Subject: [PATCH] tryout.... changed to 64-bit command arguments in stead of 32-bit --- include/usb_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.2