small fixes

probe
This commit is contained in:
2026-01-21 15:26:58 -07:00
parent 38e45a5eca
commit 848a426afe
3 changed files with 16 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-rs run --chip RP2350"
runner = "probe-rs run --chip RP2350xa"
# runner = "elf2uf2-rs -d"
[build]