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

error: conflicting declaration of 'bool tud_vendor_control_xfer_cb(uint8_t, uint8_t, const tusb_control_request_t*)' with 'C' linkage #38

Closed Yecgaa1 closed 2 years ago

Yecgaa1 commented 3 years ago

image

chegewara commented 3 years ago

Some API in tinyusb and thus in arduino-esp32 changed, but i didnt update this library yet for some other reasons. Thanks for reporting.