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.
1 parent 430d735 commit accf1bfCopy full SHA for accf1bf
1 file changed
src/core/io/platform/f4xx/GPIOf4xx.cpp
@@ -69,7 +69,6 @@ GPIOf4xx::GPIOf4xx(Pin pin, GPIO::Direction direction, Pull pull) : GPIO(pin, di
69
numOfPins,
70
static_cast<uint32_t>(direction),
71
static_cast<uint32_t>(pull),
72
- GPIO_PULLDOWN,
73
GPIO_SPEED_FREQ_HIGH);
74
75
// TODO: double check that this actually applies to F4xx the same way it does to F3xx
0 commit comments