stm32/wl: add stub APB3 to get it to build.

Completely untested.
This commit is contained in:
Dario Nieuwenhuis
2021-08-19 22:51:41 +02:00
parent 637fcdd316
commit 9f51f9a170
4 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,7 @@ defmt = "0.2.0"
defmt-rtt = "0.2.0"
cortex-m = "0.7.1"
cortex-m-rt = "0.6.14"
cortex-m-rt = "0.7.0"
embedded-hal = { version = "0.2.4" }
panic-probe = { version = "0.2.0", features= ["print-defmt"] }
futures = { version = "0.3.8", default-features = false, features = ["async-await"] }