Define USB_CMD_DATA_SIZE_MIX

This commit is contained in:
Philippe Teuwen 2019-04-29 22:38:26 +02:00
commit fc6be9fea4
2 changed files with 2 additions and 1 deletions

View file

@ -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;