Skip to content
Snippets Groups Projects
Commit f388caff authored by Stephen D's avatar Stephen D
Browse files

fix build

parent 37bd8b7a
No related branches found
No related tags found
No related merge requests found
......@@ -191,6 +191,7 @@ mod app {
hclk: clocks.hclk(),
};
unsafe {
#[allow(static_mut_refs)]
USB_BUS.replace(UsbBus::new(usb, &mut EP_MEMORY));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment