mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
![bors[bot]](/assets/img/avatar_default.png)
1159: stm32 usb otg bug fixes r=Dirbaio a=chemicstry This fixes a couple of usb otg bugs that surfaced with `usb_ethernet` example from nrf: - Properly implemented `Endpoint::wait_enabled()` - Return `EndpointError::Disabled` when neccessary in `Endpoint::write()` Co-authored-by: chemicstry <chemicstry@gmail.com>