Skip to content

Commit 61db453

Browse files
committed
changed PID values for Leonardo bootloader and sketch
done to avoid driver problems for users who installed the pre-release bootloader and driver
1 parent de82d8f commit 61db453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/arduino/cores/arduino/USBCore.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ const u16 STRING_LANGUAGE[2] = {
5151

5252
const u16 STRING_IPRODUCT[17] = {
5353
(3<<8) | (2+2*16),
54-
#if USB_PID == 0x8034
54+
#if USB_PID == 0x8036
5555
'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o'
5656
#else
57-
'U','S','B',' ','I','O',' ','B','O','A','R','D',' ',' ',' ',' '
57+
'U','S','B',' ','I','O',' ','B','o','a','r','d',' ',' ',' ',' '
5858
#endif
5959
};
6060

0 commit comments

Comments
 (0)