Add semicolon for consistency

This commit is contained in:
Rafael Bachmann 2020-10-18 19:51:12 +02:00 committed by GitHub
parent ab7cfb8a48
commit 3a184749ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 => {