Added default implementation of VendorRequests_Init (sandbox build fail)

This commit is contained in:
Ross Owen
2016-06-24 16:48:24 +01:00
parent 5eb4997828
commit 07e02f77f5
3 changed files with 15 additions and 9 deletions

View File

@@ -198,15 +198,6 @@ const unsigned g_chanCount_In_HS[INPUT_FORMAT_COUNT] = {HS_STREAM_FORMAT_I
#endif
};
#ifndef VENDOR_REQUESTS_PARAMS_DEC
#define VENDOR_REQUESTS_PARAMS_DEC
#endif
#ifndef VENDOR_REQUESTS_PARAMS
#define VENDOR_REQUESTS_PARAMS
#endif
void VendorRequests_Init(VENDOR_REQUESTS_PARAMS_DEC);
/* Endpoint 0 function. Handles all requests to the device */
void Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
chanend c_mix_ctl, chanend c_clk_ctl, chanend c_EANativeTransport_ctrl, CLIENT_INTERFACE(i_dfu, dfuInterface) VENDOR_REQUESTS_PARAMS_DEC_)