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
@@ -54,4 +54,5 @@ overflow-checks = false # <-
# [patch.crates-io]
# defmt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
# defmt-rtt = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
# defmt-test = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }
# panic-probe = { git = "https://github.com/knurling-rs/defmt", rev = "use defmt version reported by `probe-run --version`" }