aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-02-05 20:45:26 +0000
committerGitHub <[email protected]>2025-02-05 20:45:26 +0000
commit0fe288879bafbc903f21bd22057ba7c8c5ebb7f5 (patch)
treed5236e6442abae4e7f0f1cf1631bb305b97b8249 /examples
parent556cc57c1fdc9eba0703ccc2281d39462d2d2c38 (diff)
parent401aa725ed04e3b40af8de6c73d4c83260f21a6c (diff)
Merge pull request #3852 from MaximeB5/patch-1
Replace STM32WBA52CGUxT by STM32WBA55CGUx
Diffstat (limited to 'examples')
-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"