From a2ec8f983c799dea0a6f57ba97431ded54fc6197 Mon Sep 17 00:00:00 2001 From: Nils Fitinghoff Date: Thu, 14 Sep 2023 16:47:52 +0200 Subject: rtic-monotonics: Implement blocking DelayUs from embedded-hal 1 --- rtic-monotonics/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rtic-monotonics/Cargo.toml') diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index c4396ad..5c0e758 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -21,6 +21,7 @@ rustdoc-flags = ["--cfg", "docsrs"] [dependencies] rtic-time = { version = "1.0.0", path = "../rtic-time" } +embedded-hal = { version = "1.0.0-rc.1" } embedded-hal-async = { version = "1.0.0-rc.1", optional = true } fugit = { version = "0.3.6" } atomic-polyfill = "1" -- cgit v1.2.3