You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are writing a library and providing a critical-section implementation yourself you cant use our implementation. You are currently just blindly importing it via the enabled features. For more info read about the usage of the critical-section crate in there documentation. Also note this part where they explicitly inform you about your error
Description
Full log
Cargo.toml:
To Reproduce
Steps to reproduce the behavior:
cargo generate esp-rs/esp-idf-template cargo
critical_section
to your dependencies in Cargo.toml:critical-section = { version = "1.1.1" }
Expected behavior
Build project successfully
Environment
The text was updated successfully, but these errors were encountered: