diff --git a/advanced/firmware/src/bin/usb-1.rs b/advanced/firmware/src/bin/usb-1.rs index c95b045..6f3c003 100644 --- a/advanced/firmware/src/bin/usb-1.rs +++ b/advanced/firmware/src/bin/usb-1.rs @@ -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() } } }