Closed elfmimi closed 1 month ago
To use take() , https://github.com/ra-rs/ra/blob/730714c2269de412a969778a8d68c4a009321d47/pac/ra4m1/src/lib.rs#L2204-L2214
critical-section feature needs to be added to the dependency. but it's not defined in Cargo.toml . https://github.com/ra-rs/ra/blob/730714c2269de412a969778a8d68c4a009321d47/pac/ra4m1/Cargo.toml#L22-L23
critical-section
This branch seems to fix this issue. https://github.com/9names/ra/tree/fix_critical_section
Fixed with commit 16bafa98f2ed5c4dfa3fb7cf973e58e7a471ef9f
To use take() , https://github.com/ra-rs/ra/blob/730714c2269de412a969778a8d68c4a009321d47/pac/ra4m1/src/lib.rs#L2204-L2214
critical-section
feature needs to be added to the dependency. but it's not defined in Cargo.toml . https://github.com/ra-rs/ra/blob/730714c2269de412a969778a8d68c4a009321d47/pac/ra4m1/Cargo.toml#L22-L23