Merge pull request #3852 from MaximeB5/patch-1

Replace STM32WBA52CGUxT by STM32WBA55CGUx
This commit is contained in:
Dario Nieuwenhuis 2025-02-05 20:45:26 +00:00 committed by GitHub
commit 0fe288879b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"