diff options
Diffstat (limited to 'embassy-mspm0/src/lib.rs')
| -rw-r--r-- | embassy-mspm0/src/lib.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/embassy-mspm0/src/lib.rs b/embassy-mspm0/src/lib.rs index f129e221b..7ff60e946 100644 --- a/embassy-mspm0/src/lib.rs +++ b/embassy-mspm0/src/lib.rs | |||
| @@ -39,20 +39,6 @@ pub mod mode { | |||
| 39 | #[cfg(feature = "_time-driver")] | 39 | #[cfg(feature = "_time-driver")] |
| 40 | mod time_driver; | 40 | mod time_driver; |
| 41 | 41 | ||
| 42 | // Interrupt group handlers. | ||
| 43 | #[cfg_attr(mspm0c110x, path = "int_group/c110x.rs")] | ||
| 44 | #[cfg_attr(mspm0g110x, path = "int_group/g110x.rs")] | ||
| 45 | #[cfg_attr(mspm0g150x, path = "int_group/g150x.rs")] | ||
| 46 | #[cfg_attr(mspm0g350x, path = "int_group/g350x.rs")] | ||
| 47 | #[cfg_attr(mspm0g151x, path = "int_group/g151x.rs")] | ||
| 48 | #[cfg_attr(mspm0g351x, path = "int_group/g351x.rs")] | ||
| 49 | #[cfg_attr(mspm0g310x, path = "int_group/g310x.rs")] | ||
| 50 | #[cfg_attr(mspm0l110x, path = "int_group/l11xx.rs")] | ||
| 51 | #[cfg_attr(mspm0l122x, path = "int_group/l12xx.rs")] | ||
| 52 | #[cfg_attr(any(mspm0l130x, mspm0l134x), path = "int_group/l13xx.rs")] | ||
| 53 | #[cfg_attr(mspm0l222x, path = "int_group/l222x.rs")] | ||
| 54 | mod int_group; | ||
| 55 | |||
| 56 | pub(crate) mod _generated { | 42 | pub(crate) mod _generated { |
| 57 | #![allow(dead_code)] | 43 | #![allow(dead_code)] |
| 58 | #![allow(unused_imports)] | 44 | #![allow(unused_imports)] |
