Open
Description
embassy/embassy-stm32/src/hrtim/mod.rs
Lines 35 to 53 in 49534cd
These should be changed into a single Ch<T: Instance, C: Channel>
, where C
is a series of marker types A, B, C... This will need deduplicating the Pin traits too.
See this PR which did a similar refactor to SAI for ideas: #2310