aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3507/src/bin/mathacl_ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0g3507/src/bin/mathacl_ops.rs')
-rw-r--r--examples/mspm0g3507/src/bin/mathacl_ops.rs1
1 files changed, 1 insertions, 0 deletions
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};