allow unused variable

This commit is contained in:
Christian Enderle 2024-01-02 23:29:33 +01:00
parent 986eca1b12
commit 7f00d7aa0c

View File

@ -179,6 +179,7 @@ impl Executor {
}
}
#[allow(unused_variables)]
fn configure_stop(&mut self, stop_mode: StopMode) {
#[cfg(stm32l5)]
crate::pac::PWR.cr1().modify(|m| m.set_lpms(stop_mode.into()));