mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
Add semicolon for consistency
This commit is contained in:
parent
ab7cfb8a48
commit
3a184749ee
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ fn on_event(usbd: &USBD, ep0in: &mut Ep0In, state: &mut State, event: Event) {
|
|||
|
||||
Event::UsbEp0DataDone => {
|
||||
log::info!("EP0IN: transfer complete");
|
||||
ep0in.end(usbd)
|
||||
ep0in.end(usbd);
|
||||
}
|
||||
|
||||
Event::UsbEp0Setup => {
|
||||
|
|
Loading…
Reference in a new issue