Also re-rename this

This commit is contained in:
datdenkikniet
2023-05-01 11:23:21 +02:00
parent b969f75371
commit 59721a0da9
+1 -1
View File
@@ -2,7 +2,7 @@
#![no_std] #![no_std]
use core::sync::atomic::{AtomicUsize, Ordering}; use core::sync::atomic::{AtomicUsize, Ordering};
use defmt_rtt as _; // global logger use defmt_brtt as _; // global logger
// TODO adjust HAL import // TODO adjust HAL import
// use some_hal as _; // memory layout // use some_hal as _; // memory layout