We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ac719 commit 36804b0Copy full SHA for 36804b0
espflash/src/targets/esp32c6.rs
@@ -113,10 +113,6 @@ impl Target for Esp32c6 {
113
}
114
115
fn supported_build_targets(&self) -> &[&str] {
116
- &[
117
- "riscv32imac-unknown-none-elf",
118
- "riscv32imc-esp-espidf",
119
- "riscv32imc-unknown-none-elf",
120
- ]
+ &["riscv32imac-esp-espidf", "riscv32imac-unknown-none-elf"]
121
122
espflash/src/targets/esp32h2.rs
@@ -121,10 +121,6 @@ impl Target for Esp32h2 {
123
124
125
126
127
128
129
130
0 commit comments