hrtim: minor cleanup

This commit is contained in:
xoviat
2023-07-01 17:32:16 -05:00
parent 6e13f5b387
commit 21a8653195
3 changed files with 17 additions and 15 deletions

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list`
runner = "probe-rs-cli run --chip STM32F303ZETx"
runner = "probe-run --chip STM32F334R8"
[build]
target = "thumbv7em-none-eabihf"