mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-26 20:10:24 +00:00
it seems that I do not need to emit cargo:rustc-cfg=has_atomics for avr-atmega*
This commit is contained in:
parent
3b9b9f7548
commit
2150effc73
2
build.rs
2
build.rs
@ -45,8 +45,6 @@ fn main() -> Result<(), Box<dyn Error>> {
|
||||
match &target[..] {
|
||||
"avr-unknown-gnu-atmega328"
|
||||
| "msp430-none-elf"
|
||||
| "avr-atmega328p"
|
||||
| "avr-atmega2560"
|
||||
// | "riscv32i-unknown-none-elf" // supported by atomic-polyfill
|
||||
// | "riscv32imc-unknown-none-elf" // supported by atomic-polyfill
|
||||
=> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user