Switch back to defmt_rtt till brtt is fixed
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#![no_std]
|
||||
|
||||
use core::sync::atomic::{AtomicUsize, Ordering};
|
||||
use defmt_brtt as _; // global logger
|
||||
use defmt_rtt as _; // global logger
|
||||
|
||||
// TODO adjust HAL import
|
||||
// use some_hal as _; // memory layout
|
||||
|
||||
Reference in New Issue
Block a user