aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/src
diff options
context:
space:
mode:
authorSiarhei B <[email protected]>2025-11-21 18:22:24 +0100
committerSiarhei B <[email protected]>2025-11-21 18:22:24 +0100
commit672165572e36d04a59eb672e19ebf4c1726fc8aa (patch)
tree3ea18de2ec66b945c8443cb728ce55dfdaf1b546 /embassy-mspm0/src
parentc646d589afc905020700376144da1dd1398287fc (diff)
mspm0-mathacl: exclude the module for non-supported chips
Diffstat (limited to 'embassy-mspm0/src')
-rw-r--r--embassy-mspm0/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/src/lib.rs b/embassy-mspm0/src/lib.rs
index dda8c373c..c43c81853 100644
--- a/embassy-mspm0/src/lib.rs
+++ b/embassy-mspm0/src/lib.rs
@@ -19,6 +19,7 @@ pub mod dma;
19pub mod gpio; 19pub mod gpio;
20pub mod i2c; 20pub mod i2c;
21pub mod i2c_target; 21pub mod i2c_target;
22#[cfg(any(mspm0g150x, mspm0g151x, mspm0g350x, mspm0g351x))]
22pub mod mathacl; 23pub mod mathacl;
23pub mod timer; 24pub mod timer;
24pub mod uart; 25pub mod uart;