tryout.... changed to 64-bit command arguments in stead of 32-bit
This commit is contained in:
parent
7dd1908b24
commit
80501bad5b
@ -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…
x
Reference in New Issue
Block a user