forked from PAWPAW-Mirror/lib_xua
Build error due to missed usage of c_usb_test param
This commit is contained in:
@@ -550,7 +550,7 @@ void Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
|
|||||||
(unsigned char*)&devDesc_Audio1, sizeof(devDesc_Audio1),
|
(unsigned char*)&devDesc_Audio1, sizeof(devDesc_Audio1),
|
||||||
cfgDesc_Audio1, sizeof(cfgDesc_Audio1),
|
cfgDesc_Audio1, sizeof(cfgDesc_Audio1),
|
||||||
(char**)&g_strTable, sizeof(g_strTable)/sizeof(char *),
|
(char**)&g_strTable, sizeof(g_strTable)/sizeof(char *),
|
||||||
&sp, null, g_curUsbSpeed);
|
&sp, g_curUsbSpeed);
|
||||||
#elif FULL_SPEED_AUDIO_2
|
#elif FULL_SPEED_AUDIO_2
|
||||||
/* Return Audio 2.0 Descriptors for high_speed and full-speed */
|
/* Return Audio 2.0 Descriptors for high_speed and full-speed */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user