mirror of https://github.com/ARMmbed/mbed-os.git
Coverity changes in USBHID.cpp
parent
567479792c
commit
9280392020
|
@ -145,6 +145,9 @@ void USBHID::_init(uint8_t output_report_length, uint8_t input_report_length)
|
|||
_read_idle = true;
|
||||
_output_length = output_report_length;
|
||||
_input_length = input_report_length;
|
||||
reportLength = 0;
|
||||
_input_report.length = 0;
|
||||
_output_report.length = 0;
|
||||
}
|
||||
|
||||
bool USBHID::ready()
|
||||
|
|
Loading…
Reference in New Issue