forked from PAWPAW-Mirror/lib_xua
Added default implementation of VendorRequests_Init (sandbox build fail)
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
#define VENDOR_REQUESTS_PARAMS_DEC_ PREPEND_COMMA(VENDOR_REQUESTS_PARAMS_DEC)
|
||||
#endif
|
||||
|
||||
#ifndef VENDOR_REQUESTS_PARAMS_DEC
|
||||
#define VENDOR_REQUESTS_PARAMS_DEC
|
||||
#endif
|
||||
#ifndef VENDOR_REQUESTS_PARAMS
|
||||
#define VENDOR_REQUESTS_PARAMS
|
||||
#endif
|
||||
|
||||
int VendorAudioRequests(XUD_ep ep0_out, XUD_ep ep0_in, unsigned char bRequest, unsigned char cs, unsigned char cn,
|
||||
unsigned short unitId, unsigned char direction, chanend c_audioControl,
|
||||
NULLABLE_RESOURCE(chanend, c_mix_ctl),
|
||||
@@ -32,6 +39,7 @@ int VendorAudioRequests(XUD_ep ep0_out, XUD_ep ep0_in, unsigned char bRequest, u
|
||||
|
||||
int VendorRequests(XUD_ep ep0_out, XUD_ep ep0_in, REFERENCE_PARAM(USB_SetupPacket_t, sp) VENDOR_REQUESTS_PARAMS_DEC_);
|
||||
|
||||
void VendorRequests_Init(VENDOR_REQUESTS_PARAMS_DEC);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user