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