Skip to content

Commit 597c4c5

Browse files
committed
Dummy commit
1 parent b2462a5 commit 597c4c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/USB/USBCore.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const uint8_t STRING_PRODUCT[] = USB_PRODUCT;
7171
const uint8_t STRING_MANUFACTURER[] = USB_MANUFACTURER;
7272

7373

74+
7475
// DEVICE DESCRIPTOR
7576
const DeviceDescriptor USB_DeviceDescriptorB = D_DEVICE(0xEF, 0x02, 0x01, 64, USB_VID, USB_PID, 0x100, IMANUFACTURER, IPRODUCT, ISERIAL, 1);
7677
const DeviceDescriptor USB_DeviceDescriptor = D_DEVICE(0x00, 0x00, 0x00, 64, USB_VID, USB_PID, 0x100, IMANUFACTURER, IPRODUCT, ISERIAL, 1);

0 commit comments

Comments
 (0)