Add defmt support to embassy-embedded-hal errors

This commit is contained in:
Matous Hybl
2022-07-19 21:15:47 +02:00
parent 26fdfdb00a
commit c38755c5b7
4 changed files with 7 additions and 3 deletions

View File

@ -15,4 +15,6 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" }
embedded-hal-async = { version = "0.1.0-alpha.1", optional = true }
embedded-storage = "0.3.0"
embedded-storage-async = { version = "0.3.0", optional = true }
nb = "1.0.0"
nb = "1.0.0"
defmt = { version = "0.3", optional = true }