Skip to content

Commit

Permalink
remove panic handler
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Dec 4, 2023
1 parent c5cbf6e commit 23cf745
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deuterium-controller/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,6 @@ mod app {
}
}

#[defmt::panic_handler]
fn panic() -> ! {
cortex_m::asm::udf()
}

defmt::timestamp!("{=u32}ms", {
// 1 tick = 1 millisecond
Systick::now().duration_since_epoch().to_millis()
Expand Down

0 comments on commit 23cf745

Please sign in to comment.