This commit is contained in:
Tomasz Duda 2024-10-07 23:58:57 +02:00
parent c38d41f675
commit 6a9a1f6f24

View file

@ -16,7 +16,6 @@ static const char *const TAG = "usb_device";
#ifndef USE_ARDUINO
bool usb_configured = false;
void status_callback(enum usb_dc_status_code cb_status, uint8_t *param) {
ESP_LOGD(TAG, "USB dc status %d", cb_status);
switch(cb_status) {
case USB_DC_ERROR:
case USB_DC_RESET: