From 5539288b9e591ff0aa8d91d635bfd7f009d24cb1 Mon Sep 17 00:00:00 2001 From: Siarhei B Date: Sun, 16 Nov 2025 13:07:37 +0100 Subject: mspm0-mathacl: another round of format --- embassy-mspm0/src/mathacl.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'embassy-mspm0') 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 @@ use core::f32::consts::PI; use core::marker::PhantomData; + use embassy_hal_internal::PeripheralType; use micromath::F32Ext; -- cgit