diff options
| -rw-r--r-- | embassy-mspm0/src/mathacl.rs | 1 | ||||
| -rw-r--r-- | examples/mspm0g3507/src/bin/mathacl_ops.rs | 1 |
2 files changed, 2 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 | ||
diff --git a/examples/mspm0g3507/src/bin/mathacl_ops.rs b/examples/mspm0g3507/src/bin/mathacl_ops.rs index aeca96d2b..25d74b29b 100644 --- a/examples/mspm0g3507/src/bin/mathacl_ops.rs +++ b/examples/mspm0g3507/src/bin/mathacl_ops.rs | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #![no_main] | 6 | #![no_main] |
| 7 | 7 | ||
| 8 | use core::f32::consts::PI; | 8 | use core::f32::consts::PI; |
| 9 | |||
| 9 | use defmt::*; | 10 | use defmt::*; |
| 10 | use embassy_executor::Spawner; | 11 | use embassy_executor::Spawner; |
| 11 | use embassy_mspm0::mathacl::{Mathacl, Precision}; | 12 | use embassy_mspm0::mathacl::{Mathacl, Precision}; |
