diff options
Diffstat (limited to 'embassy-imxrt/src/clocks.rs')
| -rw-r--r-- | embassy-imxrt/src/clocks.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-imxrt/src/clocks.rs b/embassy-imxrt/src/clocks.rs index 39c3e6238..22df2686f 100644 --- a/embassy-imxrt/src/clocks.rs +++ b/embassy-imxrt/src/clocks.rs | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | //! Clock configuration for the `RT6xx` | 1 | //! Clock configuration for the `RT6xx` |
| 2 | use core::sync::atomic::{AtomicU32, AtomicU8, Ordering}; | 2 | use core::sync::atomic::{AtomicU8, AtomicU32, Ordering}; |
| 3 | 3 | ||
| 4 | use paste::paste; | 4 | use paste::paste; |
| 5 | 5 | ||
