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
When i try to import this as a dependency to play with i get the error below, just wondering if you had any tips as i'm new to ESP programming and this library.
Compiling critical-section v1.1.2
error: You must set at most one of these Cargo features: restore-state-none, restore-state-bool, restore-state-u8, restore-state-u16, restore-state-u32, restore-state-u64
--> /Users/cc/.cargo/registry/src/index.crates.io-6f17d22bba15001f/critical-section-1.1.2/src/lib.rs:64:1
|
64 | compile_error!("You must set at most one of these Cargo features: restore-state-none, restore-state-bool, restore-state-u8, restore-state-u16, restore-state-u32, restore-state-u64..."
When i try to import this as a dependency to play with i get the error below, just wondering if you had any tips as i'm new to ESP programming and this library.
i'm importing it like...
The text was updated successfully, but these errors were encountered: