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:
tmk 2022-03-31 12:38:00 +09:00
parent eb2af86028
commit b690da7611

View file

@ -159,7 +159,7 @@ typedef struct
#define MOUSE_EPSIZE 8
#endif
#define CONSOLE_EPSIZE 64
#define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 32