Skip to content

Commit 47441de

Browse files
committed
Use probe-rs instead of probe-run
1 parent 13de9c3 commit 47441de

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,5 +1,5 @@
11
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2-
runner = 'probe-run'
2+
runner = 'probe-rs run'
33
rustflags = [
44
"-C", "link-arg=-Tlink.x",
55
"-C", "link-arg=-Tdefmt.x",

0 commit comments

Comments
 (0)