diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-19 22:51:41 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-19 22:51:41 +0200 |
| commit | 9f51f9a1704033c1d0be9544f5312aeff67cce88 (patch) | |
| tree | 6a4a2e51ee78ea1ed8f13e1ba073fd0100adecf9 /examples | |
| parent | 637fcdd316b062915667c454ee32fa50184f5321 (diff) | |
stm32/wl: add stub APB3 to get it to build.
Completely untested.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wl55/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl55/Cargo.toml b/examples/stm32wl55/Cargo.toml index ebbe8b847..a7313e33f 100644 --- a/examples/stm32wl55/Cargo.toml +++ b/examples/stm32wl55/Cargo.toml | |||
| @@ -26,7 +26,7 @@ defmt = "0.2.0" | |||
| 26 | defmt-rtt = "0.2.0" | 26 | defmt-rtt = "0.2.0" |
| 27 | 27 | ||
| 28 | cortex-m = "0.7.1" | 28 | cortex-m = "0.7.1" |
| 29 | cortex-m-rt = "0.6.14" | 29 | cortex-m-rt = "0.7.0" |
| 30 | embedded-hal = { version = "0.2.4" } | 30 | embedded-hal = { version = "0.2.4" } |
| 31 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } | 31 | panic-probe = { version = "0.2.0", features= ["print-defmt"] } |
| 32 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 32 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } |
