diff options
| author | Siarhei B <[email protected]> | 2025-11-16 13:07:37 +0100 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-11-16 13:07:37 +0100 |
| commit | 5539288b9e591ff0aa8d91d635bfd7f009d24cb1 (patch) | |
| tree | b0a96381ed5ad21d337151d9fbc374513905aaab /embassy-mspm0/src/mathacl.rs | |
| parent | a3fdfb6db4f9ae79e34875a06325cf9776ce3f8c (diff) | |
mspm0-mathacl: another round of format
Diffstat (limited to 'embassy-mspm0/src/mathacl.rs')
| -rw-r--r-- | embassy-mspm0/src/mathacl.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/src/mathacl.rs b/embassy-mspm0/src/mathacl.rs index a28c621c2..78646c90f 100644 --- a/embassy-mspm0/src/mathacl.rs +++ b/embassy-mspm0/src/mathacl.rs | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | use core::f32::consts::PI; | 7 | use core::f32::consts::PI; |
| 8 | use core::marker::PhantomData; | 8 | use core::marker::PhantomData; |
| 9 | |||
| 9 | use embassy_hal_internal::PeripheralType; | 10 | use embassy_hal_internal::PeripheralType; |
| 10 | use micromath::F32Ext; | 11 | use micromath::F32Ext; |
| 11 | 12 | ||
