diff options
author | Cristian Maglie <c.maglie@bug.st> | 2012-12-07 18:11:07 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2012-12-07 18:11:07 +0100 |
commit | 1668039101ddee651f9b8e9b763134e0a5aebf59 (patch) | |
tree | 82c77cd2694b460abbf2a267725196f99f17cc92 /cores | |
parent | 4c371b4ae96a28ba9291e669799e5c0086603f33 (diff) |
Added support for Arduino Esplora
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 dfc0f21..d3e0170 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -55,6 +55,8 @@ const u16 STRING_IPRODUCT[17] = { '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',' ',' ',' ' +#elif USB_PID == 0x803C + 'A','r','d','u','i','n','o',' ','E','s','p','l','o','r','a',' ' #elif USB_PID == 0x9208 'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' ' #else |