File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
hardware/arduino/firmwares Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ USB_Descriptor_Device_t DeviceDescriptor =
53
53
54
54
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE ,
55
55
56
- .VendorID = 0x03EB ,
57
- .ProductID = PRODUCT_ID_CODE ,
56
+ .VendorID = 0x03EB , // Atmel
57
+ .ProductID = PRODUCT_ID_CODE , // MCU-dependent
58
58
.ReleaseNumber = 0x0000 ,
59
59
60
60
.ManufacturerStrIndex = NO_DESCRIPTOR ,
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
65
65
66
66
.Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE ,
67
67
68
- .VendorID = 0x2341 ,
68
+ .VendorID = 0x03EB , // Atmel
69
69
70
- .ProductID = ARDUINO_MODEL_PID ,
70
+ .ProductID = 0x2018 , // PID_MegaCDC
71
71
.ReleaseNumber = 0x0000 ,
72
72
73
73
.ManufacturerStrIndex = 0x01 ,
You can’t perform that action at this time.
0 commit comments