Switch back to defmt_rtt till brtt is fixed

This commit is contained in:
datdenkikniet
2023-05-01 10:35:52 +02:00
parent 6d3fa4ebaf
commit 3352f0cf87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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