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
@@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
defmt = "0.3"
defmt-rtt = "0.4"
defmt-brtt = "0.1"
panic-probe = { version = "0.3", features = ["print-defmt"] }
# TODO select the correct rtic backend
rtic = { version = "2.0.0-alpha.1", features = [ "correct-rtic-backend" ] }