aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-mspm0')
-rw-r--r--embassy-mspm0/src/mathacl.rs1
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
7use core::f32::consts::PI; 7use core::f32::consts::PI;
8use core::marker::PhantomData; 8use core::marker::PhantomData;
9
9use embassy_hal_internal::PeripheralType; 10use embassy_hal_internal::PeripheralType;
10use micromath::F32Ext; 11use micromath::F32Ext;
11 12