1
0
mirror of https://github.com/gdsports/USBHost_t36 synced 2024-11-21 08:35:03 -05:00

Opps, don't try to use null pipe in hid parser

This commit is contained in:
PaulStoffregen 2017-09-11 11:02:02 -07:00
parent 78a466c362
commit fbd0c51992

View File

@ -132,7 +132,7 @@ bool USBHIDParser::claim(Device_t *dev, int type, const uint8_t *descriptors, ui
} else {
return false;
}
out_pipe->callback_function = out_callback;
//out_pipe->callback_function = out_callback;
}
in_pipe->callback_function = in_callback;
for (uint32_t i=0; i < TOPUSAGE_LIST_LEN; i++) {