1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +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 #elif USB_PID == USB_PID_MICRO
'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' ' 'A','r','d','u','i','n','o',' ','M','i','c','r','o',' ',' ',' '
#elif USB_PID == USB_PID_DUE #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 #else
#error "Need an USB PID" #error "Need an USB PID"
#endif #endif