mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 05:14:01 +02:00
use 64byte for messages
This commit is contained in:
parent
5089785e4a
commit
f482e0618f
3 changed files with 9 additions and 5 deletions
|
@ -30,7 +30,7 @@ static const int PRODUCT_ID = 0x0003;
|
|||
|
||||
// Values for bmRequestType in the Setup transaction's Data packet.
|
||||
|
||||
static const int INSIZE = 8;
|
||||
static const int INSIZE = 64;
|
||||
static const int OUTSIZE = 2;
|
||||
static const int INTERFACE_NUMBER = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue