aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba
diff options
context:
space:
mode:
authorMax <[email protected]>2025-02-05 16:04:59 +0100
committerGitHub <[email protected]>2025-02-05 16:04:59 +0100
commit401aa725ed04e3b40af8de6c73d4c83260f21a6c (patch)
treed5236e6442abae4e7f0f1cf1631bb305b97b8249 /examples/stm32wba
parent556cc57c1fdc9eba0703ccc2281d39462d2d2c38 (diff)
Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board officially replaces the WBA52
Diffstat (limited to 'examples/stm32wba')
-rw-r--r--examples/stm32wba/.cargo/config.toml2
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"))']
2runner = "probe-rs run --chip STM32WBA52CGUxT" 2runner = "probe-rs run --chip STM32WBA55CGUx"
3 3
4[build] 4[build]
5target = "thumbv8m.main-none-eabihf" 5target = "thumbv8m.main-none-eabihf"