diff options
| -rw-r--r-- | embassy-hal-common/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-hal-common/src/lib.rs b/embassy-hal-common/src/lib.rs index d2f6daba5..ea20747eb 100644 --- a/embassy-hal-common/src/lib.rs +++ b/embassy-hal-common/src/lib.rs | |||
| @@ -6,9 +6,9 @@ pub(crate) mod fmt; | |||
| 6 | pub mod interrupt; | 6 | pub mod interrupt; |
| 7 | mod macros; | 7 | mod macros; |
| 8 | pub mod peripheral; | 8 | pub mod peripheral; |
| 9 | pub mod ratio; | ||
| 9 | pub mod ring_buffer; | 10 | pub mod ring_buffer; |
| 10 | pub mod usb; | 11 | pub mod usb; |
| 11 | pub mod ratio; | ||
| 12 | 12 | ||
| 13 | /// Low power blocking wait loop using WFE/SEV. | 13 | /// Low power blocking wait loop using WFE/SEV. |
| 14 | pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) { | 14 | pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) { |
