Cargo fmt

This commit is contained in:
Ulf Lilleengen 2021-09-02 10:46:49 +02:00
parent f175574bcf
commit e6eb45eaee

View File

@ -6,9 +6,9 @@ pub(crate) mod fmt;
pub mod interrupt; pub mod interrupt;
mod macros; mod macros;
pub mod peripheral; pub mod peripheral;
pub mod ratio;
pub mod ring_buffer; pub mod ring_buffer;
pub mod usb; pub mod usb;
pub mod ratio;
/// Low power blocking wait loop using WFE/SEV. /// Low power blocking wait loop using WFE/SEV.
pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) { pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) {