File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
- Use PascalCase for generated values of enums ([ stm32-rs #727 ] ( https://github.com/stm32-rs/stm32-rs/pull/727 ) )
14
14
- Updated ` synopsys-usb-otg ` dependency 0.2.3 -> 0.3
15
15
- Updated ` stm32-fmc ` dependency 0.2.0 -> 0.3
16
+ - Added Interruptable trait to Alternate mode pins
16
17
17
18
## [ v0.7.0] - 2022-06-05
18
19
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ mod sealed {
150
150
use sealed:: Interruptable ;
151
151
impl < MODE > Interruptable for Output < MODE > { }
152
152
impl < MODE > Interruptable for Input < MODE > { }
153
+ impl < const A : u8 , MODE > Interruptable for Alternate < A , MODE > { }
153
154
154
155
/// External Interrupt Pin
155
156
pub trait ExtiPin {
You can’t perform that action at this time.
0 commit comments