diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-05 20:45:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-05 20:45:26 +0000 |
| commit | 0fe288879bafbc903f21bd22057ba7c8c5ebb7f5 (patch) | |
| tree | d5236e6442abae4e7f0f1cf1631bb305b97b8249 /examples | |
| parent | 556cc57c1fdc9eba0703ccc2281d39462d2d2c38 (diff) | |
| parent | 401aa725ed04e3b40af8de6c73d4c83260f21a6c (diff) | |
Merge pull request #3852 from MaximeB5/patch-1
Replace STM32WBA52CGUxT by STM32WBA55CGUx
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wba/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wba/.cargo/config.toml b/examples/stm32wba/.cargo/config.toml index 477413397..c96a5cb6c 100644 --- a/examples/stm32wba/.cargo/config.toml +++ b/examples/stm32wba/.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 STM32WBA52CGUxT" | 2 | runner = "probe-rs run --chip STM32WBA55CGUx" |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv8m.main-none-eabihf" | 5 | target = "thumbv8m.main-none-eabihf" |
