From 8d0c55d36fa0ec665da4a1c3a89a4fac9c80297d Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Mon, 12 Apr 2021 11:52:04 +0200 Subject: [PATCH] dk lib: minor formatting improvement --- boards/dk/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {