mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
harmonize usb-1 and usb-1-solution
This commit is contained in:
parent
9e48aace87
commit
06f8eb07a8
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ fn on_event(_usbd: &USBD, event: Event) {
|
||||||
// leave this at it is for now.
|
// leave this at it is for now.
|
||||||
Event::UsbEp0Setup => {
|
Event::UsbEp0Setup => {
|
||||||
log::info!("goal reached; move to the next section");
|
log::info!("goal reached; move to the next section");
|
||||||
|
dk::exit()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue