USB: Fix definition of function according to previous commit.
This commit is contained in:
@@ -86,7 +86,7 @@ extern int usbd_register_control_callback(usbd_device *usbd_dev, uint8_t type,
|
|||||||
usbd_control_callback callback);
|
usbd_control_callback callback);
|
||||||
|
|
||||||
/* <usb_standard.c> */
|
/* <usb_standard.c> */
|
||||||
extern void usbd_register_set_config_callback(usbd_device *usbd_dev,
|
extern int usbd_register_set_config_callback(usbd_device *usbd_dev,
|
||||||
void (*callback)(usbd_device *usbd_dev, uint16_t wValue));
|
void (*callback)(usbd_device *usbd_dev, uint16_t wValue));
|
||||||
|
|
||||||
/* Functions to be provided by the hardware abstraction layer */
|
/* Functions to be provided by the hardware abstraction layer */
|
||||||
|
|||||||
Reference in New Issue
Block a user