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

@ -10,6 +10,8 @@ pub struct Clocks {
pub sys: Hertz,
pub apb1: Hertz,
pub apb2: Hertz,
#[cfg(rcc_wl5)]
pub apb3: Hertz,
pub apb1_tim: Hertz,
pub apb2_tim: Hertz,