use defmt-test in the test suite

This commit is contained in:
Jorge Aparicio
2020-11-13 15:42:07 +01:00
parent c99696db98
commit e5cf89b4eb
3 changed files with 13 additions and 4 deletions
+1
View File
@@ -16,6 +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"
panic-probe = { version = "0.1.0", features = ["print-defmt" ] }
[features]