refactor: exclude stm32l0 for 32bit timer branch
Signed-off-by: Liu Hancheng <liuhancheng.cn@gmail.com>
This commit is contained in:
parent
e2c866119f
commit
a3a8dee579
@ -423,6 +423,7 @@ macro_rules! impl_waveform_chx {
|
||||
)
|
||||
.await
|
||||
}
|
||||
#[cfg(not(stm32l0))]
|
||||
TimerBits::Bits32 => {
|
||||
// the data must be aligned to quad words
|
||||
assert!(duty.len() % 4 == 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user