Use brtt instead of rtt

This commit is contained in:
datdenkikniet
2023-04-22 22:16:50 +02:00
parent 2883ed103a
commit 0492e028b8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#![no_main]
#![no_std]
use defmt_rtt as _; // global logger
use defmt_brtt as _; // global logger
// TODO adjust HAL import
// use some_hal as _; // memory layout