Fixing docs and tests

This commit is contained in:
Ryan Summers 2024-07-01 18:07:48 +02:00 committed by kellerkindt
commit d2dea7a42c
3 changed files with 43 additions and 118 deletions

View file

@ -23,4 +23,4 @@ nb = "1.0.0"
defmt = { version = "0.3", optional = true }
[dev-dependencies]
embedded-hal-mock = "0.9"
embedded-hal-mock = { version = "0.11", features = ["eh1"] }