diff --git a/boards/dk/src/lib.rs b/boards/dk/src/lib.rs index 62b410b..2de1bd7 100644 --- a/boards/dk/src/lib.rs +++ b/boards/dk/src/lib.rs @@ -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 {