Skip to content

Commit b3a23c9

Browse files
authored
Merge pull request #5 from starboundstitch/starboundstitch/switch-probe-rs
Migrate probe-run -> probe-rs
2 parents ac492c1 + 2834ae8 commit b3a23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[target.thumbv6m-none-eabi]
22
# runner = "arm-none-eabi-gdb -q"
3-
runner = "probe-run --chip STM32C031C6T3"
3+
runner = "probe-rs run --chip STM32C031C6T3"
44

55
rustflags = [
66
"-C", "linker=arm-none-eabi-ld",

0 commit comments

Comments
 (0)