File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
:10712000750069006E006F0020004C0065006F0064
20
20
:107130006E006100720064006F001803410072006D
21
21
:107140006400750069006E006F0020004C004C0068
22
- :1071500043001201000200000040412334000001FE
23
- :10716000010200011201000202000040412334002C
22
+ :107150004300120100020000004041233200000100
23
+ :10716000010200011201000202000040412332002E
24
24
:1071700000010102000100C180813D3C11241FBEBD
25
25
:10718000CFEFDAE0DEBFCDBF11E0A0E0B1E0E6EF87
26
26
:10719000FAE702C005900D92A830B107D9F711E0C7
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ AVR_FREQ = 16000000L
14
14
# Specify the Arduino model using the assigned PID. This is used by Descriptors.c
15
15
# to set PID and product descriptor string
16
16
# Arduino Leonardo PID
17
- ARDUINO_MODEL_PID = 0x0034
17
+ ARDUINO_MODEL_PID = 0x0032
18
18
# Arduino Micro PID
19
- # ARDUINO_MODEL_PID = 0x0035
19
+ # ARDUINO_MODEL_PID = 0x0033
20
20
21
21
# Change if your programmer is different
22
22
AVRDUDE_PROGRAMMER = avrispmkII
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ typedef unsigned char u8;
25
25
typedef unsigned short u16 ;
26
26
typedef unsigned long u32 ;
27
27
28
- #define USB_PID_LEONARDO 0x0034
29
- #define USB_PID_MICRO 0x0035
28
+ #define USB_PID_LEONARDO 0x0032
29
+ #define USB_PID_MICRO 0x0033
30
30
#define USB_VID 0x2341 // arduino LLC vid
31
- #define USB_PID ARDUINO_MODEL_PID // passed in by Makefile - 0x0034 for Leonardo, 0x0035 for MIcro
31
+ #define USB_PID ARDUINO_MODEL_PID // passed in by Makefile - 0x0032 for Leonardo, 0x0033 for Micro
32
32
33
33
#define min (a ,b ) ((a)<(b)?(a):(b))
34
34
You can’t perform that action at this time.
0 commit comments