diff options
| author | i509VCB <[email protected]> | 2025-05-20 17:17:03 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-05-20 17:17:03 -0500 |
| commit | d23c71ea290828cbdf12b0ce64e9cd420e9038ab (patch) | |
| tree | b6beb0fadff32636aaf95d63a3cab9fb27bb58b4 /embassy-mspm0/src/lib.rs | |
| parent | 156bf00009495bbdffefd67f920919b4cd35c418 (diff) | |
mspm0: generate interrupt group handlers
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)] |
