mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
fix
This commit is contained in:
parent
c38d41f675
commit
6a9a1f6f24
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue