use 64byte for messages

This commit is contained in:
Pavol Rusnak 2011-04-05 00:19:03 +02:00
parent 5089785e4a
commit f482e0618f
3 changed files with 9 additions and 5 deletions

View file

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