More clarifications

This commit is contained in:
Emil Fresk
2022-07-02 20:09:29 +02:00
parent 750fb8b5d5
commit fb03cda302
4 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
use core::sync::atomic::{AtomicUsize, Ordering};
use defmt_rtt as _; // global logger
// TODO(5) adjust HAL import
// use some_hal as _; // memory layout
// TODO adjust HAL import
// use some_hal as _; // memory layout
use panic_probe as _;
// same panicking *behavior* as `panic-probe` but doesn't print a panic message