We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3129e29 commit 5d9e4b6Copy full SHA for 5d9e4b6
Cargo.toml
@@ -31,7 +31,7 @@ defmt-impl = ["defmt"]
31
atomic-polyfill = { version = "0.1.2", optional = true }
32
33
[target.riscv32i-unknown-none-elf.dependencies]
34
-atomic-polyfill = { version = "0.1.4", optional = true }
+atomic-polyfill = { version = "0.1.4" }
35
36
[target.riscv32imc-unknown-none-elf.dependencies]
37
atomic-polyfill = { version = "0.1.4", optional = true }
0 commit comments