From cd9ecaef57982b33376dcfea3a0406a3df4b09c5 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 19 Oct 2020 21:15:24 +0200 Subject: integrate static-executor, cleanup time module. --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/Cargo.toml') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 7b49ffb1f..7c44b07a4 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -26,5 +26,5 @@ panic-probe = "0.1.0" nrf52840-hal = { version = "0.11.0" } embassy = { version = "0.1.0", path = "../embassy" } embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } -static-executor = { version = "0.1.0", features=["defmt"]} -futures = { version = "0.3.5", default-features = false } \ No newline at end of file +futures = { version = "0.3.5", default-features = false } +cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"} \ No newline at end of file -- cgit