diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2012-04-25 15:56:18 -0400 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2012-04-25 15:56:18 -0400 |
commit | d755d0035d4e3a816c127fd8207722bfe6629eee (patch) | |
tree | 5abcc668b7ce86cf538f6f3e6ad3c0221410251f /bootloaders/caterina/Makefile | |
parent | 6ae1a1723561266767ed1ba39ae61c35ea263162 (diff) |
changed PID values for Leonardo bootloader and sketch
done to avoid driver problems for users who installed the pre-release bootloader and driver
Diffstat (limited to 'bootloaders/caterina/Makefile')
-rwxr-xr-x | bootloaders/caterina/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile index e460090..873f8bd 100755 --- a/bootloaders/caterina/Makefile +++ b/bootloaders/caterina/Makefile @@ -48,12 +48,12 @@ # USB vendor ID (VID)
# official Arduino LLC VID
-VID = 0x2341
+# VID = 0x2341
# USB product ID (PID)
# official Leonardo PID
-#PID = 0x0034
+# PID = 0x0036
# MCU name
|