Fixed endpoint overlap for Switch joystick and configuration

This commit is contained in:
Fergus Leahy 2018-09-06 18:54:31 +01:00
parent eb6ea9f1b2
commit 2b4734e1db

View File

@ -55,7 +55,7 @@ enum StringDescriptors_t
// Descriptor Header Type - HID Class HID Report Descriptor
#define DTYPE_Report 0x22
#define GENERIC_EPADDR (ENDPOINT_DIR_IN | 2)
#define GENERIC_EPADDR (ENDPOINT_DIR_IN | 3)
/** Size in bytes of the Keyboard HID reporting IN endpoint. */
#define GENERIC_EPSIZE TATACON_CONFIG_BYTES