mirror of
https://github.com/mon/TataconUSB.git
synced 2026-04-22 08:57:54 -05:00
Fixed endpoint overlap for Switch joystick and configuration
This commit is contained in:
parent
eb6ea9f1b2
commit
2b4734e1db
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user