diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-05-23 09:53:49 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-05-23 09:53:56 +0200 |
commit | 5ab307f06f9141bd097a042f040fe581a9951fd5 (patch) | |
tree | cb49279c0df889d603f996ea4e367214bb624182 /cores/arduino | |
parent | c9966701a00ceddfeaba426c9275fa61361340bf (diff) |
Etheris references renamed Yun without accent to avoid encoding issues
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/USBCore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp index 0ae17e6..d41aad3 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -58,7 +58,7 @@ const u16 STRING_IPRODUCT[17] = { #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',' ' + 'A','r','d','u','i','n','o',' ','Y','u','n',' ',' ',' ',' ',' ' #elif USB_PID == 0x9208 'L','i','l','y','P','a','d','U','S','B',' ',' ',' ',' ',' ',' ' #else |