aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-10 09:04:29 +0000
committerGitHub <[email protected]>2024-01-10 09:04:29 +0000
commitc223697e288369ebf1bb02393e55f0ade3581d8a (patch)
tree76357b7b9d5f4fc5c53fa3409e9c7cc0d2a9ae33 /examples
parentda17e679544d08e44167161b4f9324fb72698000 (diff)
parent50630192b80ab04b234de495d70710ec2f79b622 (diff)
Merge pull request #2423 from embassy-rs/revert-unintended
fix: revert unintended change
Diffstat (limited to 'examples')
-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+