aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiarhei B <[email protected]>2025-11-16 13:07:37 +0100
committerSiarhei B <[email protected]>2025-11-16 13:07:37 +0100
commit5539288b9e591ff0aa8d91d635bfd7f009d24cb1 (patch)
treeb0a96381ed5ad21d337151d9fbc374513905aaab
parenta3fdfb6db4f9ae79e34875a06325cf9776ce3f8c (diff)
mspm0-mathacl: another round of format
-rw-r--r--embassy-mspm0/src/mathacl.rs1
-rw-r--r--examples/mspm0g3507/src/bin/mathacl_ops.rs1
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
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
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
8use core::f32::consts::PI; 8use core::f32::consts::PI;
9
9use defmt::*; 10use defmt::*;
10use embassy_executor::Spawner; 11use embassy_executor::Spawner;
11use embassy_mspm0::mathacl::{Mathacl, Precision}; 12use embassy_mspm0::mathacl::{Mathacl, Precision};