1
0
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:
Fede85 2012-10-12 18:05:29 +02:00
parent 4608ce5624
commit e92ad6e96e

View File

@ -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