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 --- examples/mspm0g3507/src/bin/mathacl_ops.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/mspm0g3507') 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 @@ #![no_main] use core::f32::consts::PI; + use defmt::*; use embassy_executor::Spawner; use embassy_mspm0::mathacl::{Mathacl, Precision}; -- cgit