Skip to content

Commit b036985

Browse files
committed
Adding Micro.
1 parent d29abd5 commit b036985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hardware/arduino/cores/arduino/USBCore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const u16 STRING_IPRODUCT[17] = {
5353
(3<<8) | (2+2*16),
5454
#if USB_PID == 0x8036
5555
'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o'
56+
#elif USB_PID == 0x8037
57+
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
5658
#else
5759
'U','S','B',' ','I','O',' ','B','o','a','r','d',' ',' ',' ',' '
5860
#endif

0 commit comments

Comments
 (0)