merge class rx setup functions into one

This commit is contained in:
sakumisu
2022-07-31 20:27:24 +08:00
parent b835c9ccd2
commit 8283bb1c80
12 changed files with 242 additions and 476 deletions

View File

@@ -505,6 +505,7 @@ static bool usbd_std_device_req_handler(struct usb_setup_packet *setup, uint8_t
usbd_core_cfg.configuration = value;
usbd_core_cfg.configured = true;
usbd_class_event_notify_handler(USBD_EVENT_CONFIGURED, NULL);
usbd_configure_done_callback();
}
break;