Cargo fmt
This commit is contained in:
parent
f175574bcf
commit
e6eb45eaee
1 changed files with 1 additions and 1 deletions
|
@ -6,9 +6,9 @@ pub(crate) mod fmt;
|
|||
pub mod interrupt;
|
||||
mod macros;
|
||||
pub mod peripheral;
|
||||
pub mod ratio;
|
||||
pub mod ring_buffer;
|
||||
pub mod usb;
|
||||
pub mod ratio;
|
||||
|
||||
/// Low power blocking wait loop using WFE/SEV.
|
||||
pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) {
|
||||
|
|
Loading…
Reference in a new issue