diff options
Diffstat (limited to 'embassy-stm32/src/exti.rs')
| -rw-r--r-- | embassy-stm32/src/exti.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/exti.rs b/embassy-stm32/src/exti.rs index 07c96ead0..dca991859 100644 --- a/embassy-stm32/src/exti.rs +++ b/embassy-stm32/src/exti.rs | |||
| @@ -155,7 +155,7 @@ mod eh1 { | |||
| 155 | type Error = Infallible; | 155 | type Error = Infallible; |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | impl<'d, T: GpioPin> embedded_hal_1::digital::blocking::InputPin for ExtiInput<'d, T> { | 158 | impl<'d, T: GpioPin> embedded_hal_1::digital::InputPin for ExtiInput<'d, T> { |
| 159 | fn is_high(&self) -> Result<bool, Self::Error> { | 159 | fn is_high(&self) -> Result<bool, Self::Error> { |
| 160 | Ok(self.is_high()) | 160 | Ok(self.is_high()) |
| 161 | } | 161 | } |
