diff options
| author | Ulf Lilleengen <[email protected]> | 2021-09-02 10:46:49 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-09-02 10:46:49 +0200 |
| commit | e6eb45eaeec46f5a7296bc15e5fd61131c33168f (patch) | |
| tree | 322f62a21d92e6c7a0b16abfebd05600020acf74 /embassy-hal-common | |
| parent | f175574bcfaecff8657a4ecb16bea8e58c12ea33 (diff) | |
Cargo fmt
Diffstat (limited to 'embassy-hal-common')
| -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) { |
