USB: Fix definition of function according to previous commit.

This commit is contained in:
Frantisek Burian 2014-07-14 14:50:07 +02:00
parent d6bad27735
commit 4d28c1b849
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ extern int usbd_register_control_callback(usbd_device *usbd_dev, uint8_t type,
usbd_control_callback callback);
/* <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));
/* Functions to be provided by the hardware abstraction layer */