forked from PAWPAW-Mirror/lib_xua
Space was missing between vendor string and string of entity (such as clock source etc
This commit is contained in:
@@ -1415,12 +1415,9 @@ unsigned char cfgDesc_Audio2[] =
|
|||||||
#define STR_INDEX_OUT_CHAN (10 + SPDIF_RX_NUM_STRS + ADAT_RX_NUM_STRS + MIDI_NUM_STRS + DFU_NUM_STRS)
|
#define STR_INDEX_OUT_CHAN (10 + SPDIF_RX_NUM_STRS + ADAT_RX_NUM_STRS + MIDI_NUM_STRS + DFU_NUM_STRS)
|
||||||
#define STR_INDEX_IN_CHAN (STR_INDEX_OUT_CHAN + NUM_USB_CHAN_OUT)
|
#define STR_INDEX_IN_CHAN (STR_INDEX_OUT_CHAN + NUM_USB_CHAN_OUT)
|
||||||
|
|
||||||
|
#define VENDOR_STR_WITH_SPACE VENDOR_STR " "
|
||||||
|
|
||||||
#define APPEND_VENDOR_STR(x) VENDOR_STR#x
|
#define APPEND_VENDOR_STR(x) VENDOR_STR_WITH_SPACE#x
|
||||||
|
|
||||||
//#define xstr(s) str(s)
|
|
||||||
//#define str(s) #s
|
|
||||||
|
|
||||||
|
|
||||||
#define APPEND_PRODUCT_STR_A2_(x) PRODUCT_STR_A2 #x
|
#define APPEND_PRODUCT_STR_A2_(x) PRODUCT_STR_A2 #x
|
||||||
#define APPEND_PRODUCT_STR_A2(x) APPEND_PRODUCT_STR_A2_(x)
|
#define APPEND_PRODUCT_STR_A2(x) APPEND_PRODUCT_STR_A2_(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user