Skip to content

Commit

Permalink
fixup! support single thread mode executor, use for esp32
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 11, 2024
1 parent 8d61ec0 commit a3e8a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a3e8a8e

Please sign in to comment.