mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-26 15:58:06 +00:00
dk lib: minor formatting improvement
This commit is contained in:
parent
622707bab7
commit
8d0c55d36f
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`
|
/// Exits the application and prints a backtrace when the program is executed through the `probe-run`
|
||||||
/// Cargo runner
|
/// Cargo runner
|
||||||
pub fn exit() -> ! {
|
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
|
// force any pending memory operation to complete before the BKPT instruction that follows
|
||||||
atomic::compiler_fence(Ordering::SeqCst);
|
atomic::compiler_fence(Ordering::SeqCst);
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in a new issue