Revert lib/usbhost changes (#19165)

This commit is contained in:
Joel Challis
2022-11-27 02:05:04 +00:00
committed by GitHub
parent 9b51f02f45
commit cb57ec9c02
5 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ public:
virtual void OnScaleChanged(const ScaleEventData *evt);
};
#define RPT_SCALE_LEN sizeof(ScaleEventData)
#define RPT_SCALE_LEN sizeof(ScaleEventData)/sizeof(uint8_t)
class ScaleReportParser : public HIDReportParser
{