Skip to content

Commit accf1bf

Browse files
committed
found a small mistake in the f4 gpio initialization.
1 parent 430d735 commit accf1bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/io/platform/f4xx/GPIOf4xx.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ GPIOf4xx::GPIOf4xx(Pin pin, GPIO::Direction direction, Pull pull) : GPIO(pin, di
6969
numOfPins,
7070
static_cast<uint32_t>(direction),
7171
static_cast<uint32_t>(pull),
72-
GPIO_PULLDOWN,
7372
GPIO_SPEED_FREQ_HIGH);
7473

7574
// TODO: double check that this actually applies to F4xx the same way it does to F3xx

0 commit comments

Comments
 (0)