Revert lib/usbhost changes (#19165)
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
virtual void OnGamePadChanged(const GamePadEventData *evt);
|
||||
};
|
||||
|
||||
#define RPT_GAMEPAD_LEN sizeof(GamePadEventData)
|
||||
#define RPT_GAMEPAD_LEN sizeof(GamePadEventData)/sizeof(uint8_t)
|
||||
|
||||
class JoystickReportParser : public HIDReportParser
|
||||
{
|
||||
|
Reference in New Issue
Block a user