From e92ad6e96eb941bde9491b5e1341035dbb005ff1 Mon Sep 17 00:00:00 2001 From: Fede85 Date: Fri, 12 Oct 2012 18:05:29 +0200 Subject: [PATCH] removed the final X in the ip_product string --- hardware/arduino/sam/cores/arduino/USB/USBCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/sam/cores/arduino/USB/USBCore.cpp b/hardware/arduino/sam/cores/arduino/USB/USBCore.cpp index 5b816f8d4..a6b319180 100644 --- a/hardware/arduino/sam/cores/arduino/USB/USBCore.cpp +++ b/hardware/arduino/sam/cores/arduino/USB/USBCore.cpp @@ -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