mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 15:44:47 +08:00
tryout.... changed to 64-bit command arguments in stead of 32-bit
This commit is contained in:
parent
7dd1908b24
commit
80501bad5b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef struct {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t cmd;
|
uint32_t cmd;
|
||||||
uint32_t arg[3];
|
uint64_t arg[3];
|
||||||
union {
|
union {
|
||||||
uint8_t asBytes[USB_CMD_DATA_SIZE];
|
uint8_t asBytes[USB_CMD_DATA_SIZE];
|
||||||
uint32_t asDwords[USB_CMD_DATA_SIZE/4];
|
uint32_t asDwords[USB_CMD_DATA_SIZE/4];
|
||||||
|
|
Loading…
Reference in a new issue