mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
removed the final X in the ip_product string
This commit is contained in:
parent
4608ce5624
commit
e92ad6e96e
@ -64,7 +64,7 @@ const uint16_t STRING_IPRODUCT[17] = {
|
||||
#elif USB_PID == USB_PID_MICRO
|
||||
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
|
||||
#elif USB_PID == USB_PID_DUE
|
||||
'A','r','d','u','i','n','o',' ','D','u','e',' ',' ',' ',' ','X'
|
||||
'A','r','d','u','i','n','o',' ','D','u','e',' ',' ',' ',' ',' '
|
||||
#else
|
||||
#error "Need an USB PID"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user