testsuite: import defmt assert macros

these imports will override the ones from the core prelude
This commit is contained in:
Jorge Aparicio
2020-12-11 12:29:03 +01:00
parent d75aea3ce0
commit 2a34a5279d
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ cortex-m = "0.6.3"
cortex-m-rt = "0.6.12"
defmt = "0.1.0"
defmt-rtt = "0.1.0"
defmt-test = "0.1.0"
defmt-test = "0.1.1"
panic-probe = { version = "0.1.0", features = ["print-defmt" ] }
[features]