Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board officially replaces the WBA52

This commit is contained in:
Max
2025-02-05 16:04:59 +01:00
committed by GitHub
parent 556cc57c1f
commit 401aa725ed

View File

@@ -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"