Skip to content

Commit

Permalink
Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo bo…
Browse files Browse the repository at this point in the history
…ard officially replaces the WBA52
  • Loading branch information
MaximeB5 authored Feb 5, 2025
1 parent 556cc57 commit 401aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stm32wba/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip STM32WBA52CGUxT"
runner = "probe-rs run --chip STM32WBA55CGUx"

[build]
target = "thumbv8m.main-none-eabihf"
Expand Down

0 comments on commit 401aa72

Please sign in to comment.