mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-10 16:25:37 +00:00
dk lib: minor formatting improvement
This commit is contained in:
parent
e0ed95dcc4
commit
11f82978e9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue