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/).
1313 - Use PascalCase for generated values of enums ([ stm32-rs #727 ] ( https://github.com/stm32-rs/stm32-rs/pull/727 ) )
1414- Updated ` synopsys-usb-otg ` dependency 0.2.3 -> 0.3
1515- Updated ` stm32-fmc ` dependency 0.2.0 -> 0.3
16+ - Added Interruptable trait to Alternate mode pins
1617
1718## [ v0.7.0] - 2022-06-05
1819
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ mod sealed {
150150use sealed:: Interruptable ;
151151impl < MODE > Interruptable for Output < MODE > { }
152152impl < MODE > Interruptable for Input < MODE > { }
153+ impl < const A : u8 , MODE > Interruptable for Alternate < A , MODE > { }
153154
154155/// External Interrupt Pin
155156pub trait ExtiPin {
You can’t perform that action at this time.
0 commit comments