mspm0-mathacl: another round of format

This commit is contained in:
Siarhei B
2025-11-16 13:07:37 +01:00
parent a3fdfb6db4
commit 5539288b9e
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
use core::f32::consts::PI;
use core::marker::PhantomData;
use embassy_hal_internal::PeripheralType;
use micromath::F32Ext;

View File

@@ -6,6 +6,7 @@
#![no_main]
use core::f32::consts::PI;
use defmt::*;
use embassy_executor::Spawner;
use embassy_mspm0::mathacl::{Mathacl, Precision};