examples/stm32l0: cleanup

This commit is contained in:
Dario Nieuwenhuis
2022-01-14 22:24:17 +01:00
parent ade44e91c4
commit 98f24bf819
4 changed files with 2 additions and 37 deletions

View File

@ -1,6 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32L072CZ"
runner = "probe-run --chip STM32L072CZTx"
[build]
target = "thumbv6m-none-eabi"