diff options
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/USBDesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBDesc.h b/cores/arduino/USBDesc.h index 549ed9e..7e4b4ba 100644 --- a/cores/arduino/USBDesc.h +++ b/cores/arduino/USBDesc.h @@ -60,7 +60,7 @@ #define IMANUFACTURER 1 #define IPRODUCT 2 -#define USB_PID_LEONARDO 0x0034 +#define USB_PID_LEONARDO 0x3003 #define USB_PID_MICRO 0x0035 #define USB_VID 0x2341 // arduino LLC vid #define USB_PID ARDUINO_MODEL_USB_PID |