usb: introduce new control request API

Change-Id: I6545d8985ab683c026f28f6a7c0e23b40d0a6506
This commit is contained in:
Aidan MacDonald 2021-09-19 11:44:38 +01:00
parent 71cc1e78fd
commit ec164c389c
15 changed files with 168 additions and 14 deletions

View file

@ -1181,7 +1181,7 @@ void VLYNQ(void)
}
/* Process control packet */
usb_core_control_request(&setup);
usb_core_legacy_control_request(&setup);
}
if (sysIntrStatus.f.ep0_in_ack)