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
1 changed files with 1 additions and 1 deletions

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