refactor usb class structure
This commit is contained in:
@@ -38,7 +38,7 @@ int dfu_class_request_handler(struct usb_setup_packet *setup, uint8_t **data, ui
|
||||
void dfu_notify_handler(uint8_t event, void *arg)
|
||||
{
|
||||
switch (event) {
|
||||
case USB_EVENT_RESET:
|
||||
case USBD_EVENT_RESET:
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user