aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-10 10:02:26 +0100
committerUlf Lilleengen <[email protected]>2024-01-10 10:02:26 +0100
commit50630192b80ab04b234de495d70710ec2f79b622 (patch)
tree76357b7b9d5f4fc5c53fa3409e9c7cc0d2a9ae33
parentda17e679544d08e44167161b4f9324fb72698000 (diff)
fix: revert unintended change
-rw-r--r--examples/rp/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/.cargo/config.toml b/examples/rp/.cargo/config.toml
index 04490c789..3d7d61740 100644
--- a/examples/rp/.cargo/config.toml
+++ b/examples/rp/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2runner = "probe-rs run --chip RP2040 --probe 1209:4853:0e0039001450563641333620" 2runner = "probe-rs run --chip RP2040"
3 3
4[build] 4[build]
5target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ 5target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+