aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBDesc.h
diff options
context:
space:
mode:
authorZach Eveland <zeveland@blacklabel-development.com>2012-02-13 00:10:16 -0500
committerZach Eveland <zeveland@blacklabel-development.com>2012-02-13 00:10:16 -0500
commitac3aca0acf45f459c2c55e8e0894621aaaa4b4dd (patch)
treebb91e29d33738e0990148e9b98f9d8f638c66b6f /cores/arduino/USBDesc.h
parent35bbf80ba955bee9e432d4b2e11d479979599568 (diff)
changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootloader, 0x0801 for sketch)
Diffstat (limited to 'cores/arduino/USBDesc.h')
-rw-r--r--cores/arduino/USBDesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBDesc.h b/cores/arduino/USBDesc.h
index 7e4b4ba..5cd90ad 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 0x3003
+#define USB_PID_LEONARDO 0x0801
#define USB_PID_MICRO 0x0035
#define USB_VID 0x2341 // arduino LLC vid
#define USB_PID ARDUINO_MODEL_USB_PID