We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79605d1 + 57901bd commit 3b00ef7Copy full SHA for 3b00ef7
examples/esp32c6/.cargo/config.toml
@@ -6,7 +6,7 @@ DEFMT_LOG = "debug"
6
target = "riscv32imac-unknown-none-elf"
7
8
[target.riscv32imac-unknown-none-elf]
9
-runner = "probe-rs run --chip esp32c6" # for runniing the tests with probe-rs
+runner = "probe-rs run --chip esp32c6" # for running the tests with probe-rs
10
11
# use the following to run the main binary and see the jtag-uart output of the esp32c6
12
# runner = "espflash flash --monitor"
0 commit comments