diff options
Diffstat (limited to 'bootloaders/diskloader/Makefile')
-rw-r--r-- | bootloaders/diskloader/Makefile | 4 |
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
|