Clean up todo format and clarify usage of dispatchers

This commit is contained in:
datdenkikniet
2023-05-01 14:43:16 +02:00
parent 43a6abed5e
commit 30bbca68e8
4 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
use core::sync::atomic::{AtomicUsize, Ordering};
use defmt_brtt as _; // global logger
// TODO adjust HAL import
// TODO(6) Import your HAL
// use some_hal as _; // memory layout
use panic_probe as _;