dk lib: minor formatting improvement

This commit is contained in:
Lotte Steenbrink 2021-04-12 11:52:04 +02:00 committed by Mirabellensaft
parent e0ed95dcc4
commit 11f82978e9

View file

@ -288,7 +288,7 @@ fn RTC0() {
/// Exits the application and prints a backtrace when the program is executed through the `probe-run`
/// Cargo runner
pub fn exit() -> ! {
defmt::info!("`dk::exit() called; exiting ...`");
defmt::info!("`dk::exit()` called; exiting ...");
// force any pending memory operation to complete before the BKPT instruction that follows
atomic::compiler_fence(Ordering::SeqCst);
loop {