diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2012-10-27 14:12:26 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2012-10-27 14:12:26 -0400 |
commit | 42ca56fb830d60060a839038865708cd8d596270 (patch) | |
tree | b4c6da8ba57bf4aff161547bd74dea530d12139b /cores | |
parent | 69fa44473b4deea26200aab1537d39e8ffac949b (diff) |
Adding Micro.
Diffstat (limited to 'cores')
-rw-r--r-- | cores/arduino/USBCore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp index decfd6b..91b2594 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -53,6 +53,8 @@ const u16 STRING_IPRODUCT[17] = { (3<<8) | (2+2*16), #if USB_PID == 0x8036 'A','r','d','u','i','n','o',' ','L','e','o','n','a','r','d','o' +#elif USB_PID == 0x8037 + 'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' ' #else 'U','S','B',' ','I','O',' ','B','o','a','r','d',' ',' ',' ',' ' #endif |