rm superfluous exit()

This commit is contained in:
Lotte Steenbrink 2021-06-04 14:20:24 +02:00 committed by Mirabellensaft
parent 1752956de2
commit 36776c7ba8
2 changed files with 0 additions and 14 deletions

View File

@ -8,10 +8,3 @@ use panic_probe as _;
fn panic() -> ! {
cortex_m::asm::udf()
}
/// Terminates the application and makes `probe-run` exit with exit-code = 0
pub fn exit() -> ! {
loop {
cortex_m::asm::bkpt();
}
}

View File

@ -8,10 +8,3 @@ use panic_probe as _;
fn panic() -> ! {
cortex_m::asm::udf()
}
/// Terminates the application and makes `probe-run` exit with exit-code = 0
pub fn exit() -> ! {
loop {
cortex_m::asm::bkpt();
}
}