tests: gadget0: use proper usb enumerations

Eliminate warnings.  carry over from developing in a different tree.
This commit is contained in:
Karl Palsson 2015-10-06 01:05:36 +00:00
parent e7ea622037
commit 52dc61403d
1 changed files with 1 additions and 2 deletions

View File

@ -234,8 +234,7 @@ static int gadget0_control_request(usbd_device *usbd_dev,
struct usb_setup_data *req,
uint8_t **buf,
uint16_t *len,
void (**complete)(usbd_device *usbd_dev,
struct usb_setup_data *req))
usbd_control_complete_callback *complete)
{
(void) usbd_dev;
(void) complete;