aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/diskloader/Makefile
diff options
context:
space:
mode:
authorZach Eveland <zeveland@blacklabel-development.com>2011-10-31 23:44:32 -0400
committerZach Eveland <zeveland@blacklabel-development.com>2011-10-31 23:44:32 -0400
commit75cc55d91770573ab42670b4fe0fb6d4d13a9474 (patch)
tree25b82c297ec71323c6ad38663be2a7773f981e27 /bootloaders/diskloader/Makefile
parent61b03fc98534a48609daf479f150a71bbc607f55 (diff)
changed Leonardo PID to 0x0032 for Diskloader testing. updated .inf to match.
Diffstat (limited to 'bootloaders/diskloader/Makefile')
-rw-r--r--bootloaders/diskloader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloaders/diskloader/Makefile b/bootloaders/diskloader/Makefile
index 0ae99e8..8eec350 100644
--- a/bootloaders/diskloader/Makefile
+++ b/bootloaders/diskloader/Makefile
@@ -14,9 +14,9 @@ AVR_FREQ = 16000000L
# Specify the Arduino model using the assigned PID. This is used by Descriptors.c
# to set PID and product descriptor string
# Arduino Leonardo PID
-ARDUINO_MODEL_PID = 0x0034
+ARDUINO_MODEL_PID = 0x0032
# Arduino Micro PID
-#ARDUINO_MODEL_PID = 0x0035
+#ARDUINO_MODEL_PID = 0x0033
# Change if your programmer is different
AVRDUDE_PROGRAMMER = avrispmkII