forked from PAWPAW-Mirror/lib_xua
Including dsd_support.h instead of dsd.h and fix build issue due to missing bracket
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
#include "hid.h"
|
#include "hid.h"
|
||||||
#endif
|
#endif
|
||||||
#if DSD_CHANS_DAC > 0
|
#if DSD_CHANS_DAC > 0
|
||||||
#include "dsd.h"
|
#include "dsd_support.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Some warnings.... */
|
/* Some warnings.... */
|
||||||
@@ -654,7 +654,7 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
|
|||||||
cfgDesc_Audio2, sizeof(cfgDesc_Audio2),
|
cfgDesc_Audio2, sizeof(cfgDesc_Audio2),
|
||||||
devDesc_Null, sizeof(devDesc_Null),
|
devDesc_Null, sizeof(devDesc_Null),
|
||||||
cfgDesc_Null, sizeof(cfgDesc_Null),
|
cfgDesc_Null, sizeof(cfgDesc_Null),
|
||||||
strDescs, sizeof(strDescs)/sizeof(strDescs[0], sp, c_usb_test, g_curUsbSpeed);
|
strDescs, sizeof(strDescs)/sizeof(strDescs[0]), sp, c_usb_test, g_curUsbSpeed);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user