mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Add support for Teensy bootloader
This commit is contained in:
1
external/libusb/src/windows.cpp
vendored
1
external/libusb/src/windows.cpp
vendored
@@ -140,7 +140,6 @@ int usb_os_find_devices(struct usb_bus* bus, struct usb_device** devices)
|
||||
if (FAILED(item->Open(driver)) ||
|
||||
FAILED(driver->GetDescriptor(USB_DT_DEVICE, 0, 0, &dev->descriptor, sizeof(dev->descriptor), nullptr, 5000)))
|
||||
{
|
||||
USBERR0("couldn't read device descriptor\n");
|
||||
free(dev);
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user