diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-10 10:02:26 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-10 10:02:26 +0100 |
| commit | 50630192b80ab04b234de495d70710ec2f79b622 (patch) | |
| tree | 76357b7b9d5f4fc5c53fa3409e9c7cc0d2a9ae33 | |
| parent | da17e679544d08e44167161b4f9324fb72698000 (diff) | |
fix: revert unintended change
| -rw-r--r-- | examples/rp/.cargo/config.toml | 2 |
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"))'] |
| 2 | runner = "probe-rs run --chip RP2040 --probe 1209:4853:0e0039001450563641333620" | 2 | runner = "probe-rs run --chip RP2040" |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ | 5 | target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+ |
