Fix warnings for embassy-stm32 and embassy-stm32-examples

This commit is contained in:
Lucas Kent
2021-05-20 18:54:10 +10:00
committed by Rukai
parent b5cdd296dd
commit 82f9242df2
18 changed files with 49 additions and 23 deletions

View File

@ -2,6 +2,7 @@
build-std = ["core"]
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip nRF52840_xxAA"
rustflags = [