mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Define USB_CMD_DATA_SIZE_MIX
This commit is contained in:
parent
b08b1c2cd9
commit
fc6be9fea4
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ typedef BYTE uint8_t;
|
|||
#endif
|
||||
|
||||
#define USB_CMD_DATA_SIZE 512
|
||||
#define USB_CMD_DATA_SIZE_MIX ( USB_CMD_DATA_SIZE - 3 * sizeof(uint64_t) )
|
||||
|
||||
typedef struct {
|
||||
uint64_t cmd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue