stm32/timer: merge pwm module into timer. (#1703)

The traits there are applicable to timer use cases other than PWM.
It doesn't make sense to keep them separated.
This commit is contained in:
Dario Nieuwenhuis
2023-07-28 15:29:27 +02:00
committed by GitHub
parent b124222649
commit 3690af9bea
11 changed files with 271 additions and 320 deletions

View File

@ -43,7 +43,6 @@ pub mod flash;
pub mod i2s;
#[cfg(stm32wb)]
pub mod ipcc;
pub mod pwm;
#[cfg(quadspi)]
pub mod qspi;
#[cfg(rng)]