From a3e8a8efd09e22abf87ba8319b06dff9c255b19f Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sun, 10 Mar 2024 22:27:53 +0100 Subject: [PATCH] fixup! support single thread mode executor, use for esp32 --- src/riot-rs-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riot-rs-rt/Cargo.toml b/src/riot-rs-rt/Cargo.toml index 34d956e22..0d6c3138f 100644 --- a/src/riot-rs-rt/Cargo.toml +++ b/src/riot-rs-rt/Cargo.toml @@ -23,7 +23,7 @@ portable-atomic = { version = "1.6.0", features = ["critical-section"] } [target.'cfg(context = "esp")'.dependencies] esp-hal = { workspace = true, default-features = false } esp-println = { workspace = true, features = ["esp32c3", "log"] } -log = { version = "0.4.20"} +log = { version = "0.4.20" } portable-atomic = { version = "1.6.0", default-features = false, features = ["require-cas"] } [features]