Skip to content

Commit 3b00ef7

Browse files
authored
Merge pull request #63 from cmumford/patch-1
Fix typo: runniing → running
2 parents 79605d1 + 57901bd commit 3b00ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32c6/.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DEFMT_LOG = "debug"
66
target = "riscv32imac-unknown-none-elf"
77

88
[target.riscv32imac-unknown-none-elf]
9-
runner = "probe-rs run --chip esp32c6" # for runniing the tests with probe-rs
9+
runner = "probe-rs run --chip esp32c6" # for running the tests with probe-rs
1010

1111
# use the following to run the main binary and see the jtag-uart output of the esp32c6
1212
# runner = "espflash flash --monitor"

0 commit comments

Comments
 (0)