Skip to content

Commit 6721655

Browse files
committed
mspm0-mathacl: exclude the module for non-supported chips
1 parent c646d58 commit 6721655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embassy-mspm0/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub mod dma;
1919
pub mod gpio;
2020
pub mod i2c;
2121
pub mod i2c_target;
22+
#[cfg(any(mspm0g150x, mspm0g151x, mspm0g350x, mspm0g351x))]
2223
pub mod mathacl;
2324
pub mod timer;
2425
pub mod uart;

0 commit comments

Comments
 (0)