diff options
Diffstat (limited to 'embassy-mspm0/src/gpio.rs')
| -rw-r--r-- | embassy-mspm0/src/gpio.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-mspm0/src/gpio.rs b/embassy-mspm0/src/gpio.rs index 3f895d962..3c824b0e6 100644 --- a/embassy-mspm0/src/gpio.rs +++ b/embassy-mspm0/src/gpio.rs | |||
| @@ -10,7 +10,7 @@ use embassy_sync::waitqueue::AtomicWaker; | |||
| 10 | 10 | ||
| 11 | use crate::pac::gpio::vals::*; | 11 | use crate::pac::gpio::vals::*; |
| 12 | use crate::pac::gpio::{self}; | 12 | use crate::pac::gpio::{self}; |
| 13 | #[cfg(all(feature = "rt", feature = "mspm0c110x"))] | 13 | #[cfg(all(feature = "rt", mspm0c110x))] |
| 14 | use crate::pac::interrupt; | 14 | use crate::pac::interrupt; |
| 15 | use crate::pac::{self}; | 15 | use crate::pac::{self}; |
| 16 | 16 | ||
| @@ -1120,7 +1120,7 @@ impl Iterator for BitIter { | |||
| 1120 | } | 1120 | } |
| 1121 | 1121 | ||
| 1122 | // C110x has a dedicated interrupt just for GPIOA, as it does not have a GROUP1 interrupt. | 1122 | // C110x has a dedicated interrupt just for GPIOA, as it does not have a GROUP1 interrupt. |
| 1123 | #[cfg(all(feature = "rt", feature = "mspm0c110x"))] | 1123 | #[cfg(all(feature = "rt", mspm0c110x))] |
| 1124 | #[interrupt] | 1124 | #[interrupt] |
| 1125 | fn GPIOA() { | 1125 | fn GPIOA() { |
| 1126 | gpioa_interrupt(); | 1126 | gpioa_interrupt(); |
