Skip to content
Snippets Groups Projects
Commit 544b3650 authored by Per Lindgren's avatar Per Lindgren
Browse files

small fix

parent 9b983eb5
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ fn init(_p: init::Peripherals, _r: init::Resources) {}
#[inline(never)]
#[allow(dead_code)]
#[no_mangle]
fn idle() -> ! {
loop {
rtfm::nop();
......
target remote :3333
mon reset halt
load
tb main
tb idle
continue
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment