refactor: exclude stm32l0 for 32bit timer branch

Signed-off-by: Liu Hancheng <liuhancheng.cn@gmail.com>
This commit is contained in:
Liu Hancheng 2025-01-01 17:28:37 +08:00
parent e2c866119f
commit a3a8dee579

View File

@ -423,6 +423,7 @@ macro_rules! impl_waveform_chx {
) )
.await .await
} }
#[cfg(not(stm32l0))]
TimerBits::Bits32 => { TimerBits::Bits32 => {
// the data must be aligned to quad words // the data must be aligned to quad words
assert!(duty.len() % 4 == 0); assert!(duty.len() % 4 == 0);