Skip to content

Commit f0fd12a

Browse files
author
Ibrahim ERTURK
authored
Fix alternate function for LTDC pins PB0 PB1
1 parent 0af3c30 commit f0fd12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gpio/f4.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,8 @@ gpio!(GPIOA, gpioa, PA, 'A', PAn, [
770770

771771
#[cfg(feature = "gpio-f427")]
772772
gpio!(GPIOB, gpiob, PB, 'B', PBn, [
773-
PB0: (pb0, 0, [1, 2, 3, 9, 10, 11]),
774-
PB1: (pb1, 1, [1, 2, 3, 9, 10, 11]),
773+
PB0: (pb0, 0, [1, 2, 3, 9, 10, 11, 14]),
774+
PB1: (pb1, 1, [1, 2, 3, 9, 10, 11, 14]),
775775
PB2: (pb2, 2, []),
776776
PB3: (pb3, 3, [0, 1, 5, 6], super::Debugger),
777777
PB4: (pb4, 4, [0, 2, 5, 6, 7], super::Debugger),

0 commit comments

Comments
 (0)