mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +00:00
fix cargo fmt whoops
This commit is contained in:
parent
4416e04c8e
commit
ca98934704
1 changed files with 0 additions and 2 deletions
|
@ -44,10 +44,8 @@ fn on_event(_usbd: &USBD, event: Event) {
|
|||
|
||||
Event::UsbEp0DataDone => todo!(),
|
||||
// leave this at it is for now.
|
||||
|
||||
Event::UsbEp0Setup => {
|
||||
log::info!("goal reached; move to the next section");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue