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
@@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
defmt = "0.3"
defmt-brtt = "0.1"
defmt-rtt = "0.4"
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" ] }