Including dsd_support.h instead of dsd.h and fix build issue due to missing bracket

This commit is contained in:
Ross Owen
2013-10-28 12:30:23 +00:00
parent eb95a1532c
commit 015d56195d

View File

@@ -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