diff --git a/embassy-hal-common/src/lib.rs b/embassy-hal-common/src/lib.rs index d2f6daba..ea20747e 100644 --- a/embassy-hal-common/src/lib.rs +++ b/embassy-hal-common/src/lib.rs @@ -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) {