diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-05-16 15:37:42 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-05-16 15:37:42 +0200 |
commit | 09749bdf014bd1ddbf3b7e43c88658a7e6bb5ffd (patch) | |
tree | e5cec06f8595d03bd660f5d4efefb584129ef32a /cores | |
parent | fecbacf33885e97e77f7949a4abb6133d1873f29 (diff) |
right etheris values
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 d3e0170..0ae17e6 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -57,6 +57,8 @@ const u16 STRING_IPRODUCT[17] = { '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 == 0x8041 + 'A','r','d','u','i','n','o',' ','E','t','h','e','r','i','s',' ' #elif USB_PID == 0x9208 'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' ' #else |