chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
475 stars 70 forks source link

Fix USB host NULL pointer #91

Closed touchgadget closed 2 years ago

touchgadget commented 2 years ago

USB host examples no longer crash.

callback_arg must point to the USBhost instance.