harmonize usb-1 and usb-1-solution

This commit is contained in:
Anatol Ulrich 2021-09-03 14:34:51 +02:00
parent 9e48aace87
commit 06f8eb07a8

View file

@ -46,6 +46,7 @@ fn on_event(_usbd: &USBD, event: Event) {
// leave this at it is for now.
Event::UsbEp0Setup => {
log::info!("goal reached; move to the next section");
dk::exit()
}
}
}