forked from PAWPAW-Mirror/lib_xua
Resolved build issue when VENDOR_REQUEST_PARAMS_... not defined
This commit is contained in:
@@ -198,6 +198,13 @@ const unsigned g_chanCount_In_HS[INPUT_FORMAT_COUNT] = {HS_STREAM_FORMAT_I
|
|||||||
#endif
|
#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);
|
void VendorRequests_Init(VENDOR_REQUESTS_PARAMS_DEC);
|
||||||
|
|
||||||
/* Endpoint 0 function. Handles all requests to the device */
|
/* Endpoint 0 function. Handles all requests to the device */
|
||||||
|
|||||||
Reference in New Issue
Block a user