Skip to content

Commit 0fa26e4

Browse files
committed
revert #700
1 parent 2f76eb9 commit 0fa26e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
- Added an example to show how to do DMA with UART (Rx only) [#698]
1111

1212
### Fixed
13-
- Missing alternate function definition for LTDC pins PB0 PB1
1413

1514
## [v0.18.0] - 2023-11-19
1615

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, 14]),
774-
PB1: (pb1, 1, [1, 2, 3, 9, 10, 11, 14]),
773+
PB0: (pb0, 0, [1, 2, 3, 9, 10, 11]),
774+
PB1: (pb1, 1, [1, 2, 3, 9, 10, 11]),
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)