lufa: Revert console endpoint size to 32
Original prebuilt binary hid_listen for Windows doesn't work with 64-byte size console endpoint. Linux and MacOS hid_listen work well.
This commit is contained in:
parent
eb2af86028
commit
b690da7611
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ typedef struct
|
|||
#define MOUSE_EPSIZE 8
|
||||
#endif
|
||||
|
||||
#define CONSOLE_EPSIZE 64
|
||||
#define CONSOLE_EPSIZE 32
|
||||
#define NKRO_EPSIZE 32
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue