diff options
| author | Siarhei B <[email protected]> | 2025-11-21 18:22:24 +0100 |
|---|---|---|
| committer | Siarhei B <[email protected]> | 2025-11-21 18:22:24 +0100 |
| commit | 672165572e36d04a59eb672e19ebf4c1726fc8aa (patch) | |
| tree | 3ea18de2ec66b945c8443cb728ce55dfdaf1b546 /embassy-mspm0/src | |
| parent | c646d589afc905020700376144da1dd1398287fc (diff) | |
mspm0-mathacl: exclude the module for non-supported chips
Diffstat (limited to 'embassy-mspm0/src')
| -rw-r--r-- | embassy-mspm0/src/lib.rs | 1 |
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; | |||
| 19 | pub mod gpio; | 19 | pub mod gpio; |
| 20 | pub mod i2c; | 20 | pub mod i2c; |
| 21 | pub mod i2c_target; | 21 | pub mod i2c_target; |
| 22 | #[cfg(any(mspm0g150x, mspm0g151x, mspm0g350x, mspm0g351x))] | ||
| 22 | pub mod mathacl; | 23 | pub mod mathacl; |
| 23 | pub mod timer; | 24 | pub mod timer; |
| 24 | pub mod uart; | 25 | pub mod uart; |
