We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597c4c5 commit ac0a30eCopy full SHA for ac0a30e
cores/arduino/USB/USBCore.cpp
@@ -71,7 +71,6 @@ const uint8_t STRING_PRODUCT[] = USB_PRODUCT;
71
const uint8_t STRING_MANUFACTURER[] = USB_MANUFACTURER;
72
73
74
-
75
// DEVICE DESCRIPTOR
76
const DeviceDescriptor USB_DeviceDescriptorB = D_DEVICE(0xEF, 0x02, 0x01, 64, USB_VID, USB_PID, 0x100, IMANUFACTURER, IPRODUCT, ISERIAL, 1);
77
const DeviceDescriptor USB_DeviceDescriptor = D_DEVICE(0x00, 0x00, 0x00, 64, USB_VID, USB_PID, 0x100, IMANUFACTURER, IPRODUCT, ISERIAL, 1);
0 commit comments