chegewara / EspTinyUSB

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

acm.ino:1:10: fatal error: usb/usb_host.h: No such file or directory #include "usb/usb_host.h" ^~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: usb/usb_host.h: No such file or directory #155

Open mvschaefer opened 2 months ago

mvschaefer commented 2 months ago

where is the file usb/usb_host.h ? is it part of another library dependency?