We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 470cd83 + 344aab1 commit cdc21dbCopy full SHA for cdc21db
src/gpio/erased.rs
@@ -159,6 +159,7 @@ impl InputPin for ErasedPin<Output<OpenDrain>> {
159
}
160
161
162
+#[cfg(not(any(feature = "xl", feature = "high")))]
163
impl_pxx! {
164
('A'::PAx),
165
('B'::PBx),
@@ -169,6 +170,11 @@ impl_pxx! {
169
170
171
#[cfg(any(feature = "xl", feature = "high"))]
172
173
+ ('A'::PAx),
174
+ ('B'::PBx),
175
+ ('C'::PCx),
176
+ ('D'::PDx),
177
+ ('E'::PEx),
178
('F'::PFx),
179
('G'::PGx)
180
0 commit comments