Cargo fmt
This commit is contained in:
parent
f175574bcf
commit
e6eb45eaee
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user