Manufacturer string now used VENDOR_STR rather than APPEND_VENDOR_STR() to avoid extra space being appended

This commit is contained in:
Ross Owen
2014-01-21 12:39:28 +00:00
parent fa78990f12
commit 47d4e1d5de

View File

@@ -1408,8 +1408,8 @@ unsigned char cfgDesc_Audio2[] =
static unsigned char strDescs[][40] =
{
{ STR_USENG & 0xff, STR_USENG >> 8, '\0'}, // 0 LangID
APPEND_VENDOR_STR(), // 1 iManufacturer (at MANUFACTURER_STRING_INDEX)
{ STR_USENG & 0xff, STR_USENG >> 8, '\0'}, // 0 LangID
VENDOR_STR, // 1 iManufacturer (at MANUFACTURER_STRING_INDEX)
"",//SERIAL_STR, // 2 iSerialNumber (at SERIAL_STR_INDEX)