tryout.... changed to 64-bit command arguments in stead of 32-bit

This commit is contained in:
roel@libnfc.org 2012-12-07 22:41:41 +00:00
parent 7dd1908b24
commit 80501bad5b

View 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];