Skip to content

Commit 089f907

Browse files
erwangoMaureenHelm
authored andcommitted
boards: stm32g0316_disco: pinmux init clean up
Remove useless function call on in board pinmux init. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 19e7451 commit 089f907

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

boards/arm/stm32g0316_disco/pinmux.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
#include <pinmux/stm32/pinmux_stm32.h>
1313

14-
/* pin assignments for STM32G0316-DISCO board */
15-
static const struct pin_config pinconf[] = {
16-
};
17-
1814
static int pinmux_stm32_init(const struct device *port)
1915
{
2016
ARG_UNUSED(port);
@@ -25,8 +21,6 @@ static int pinmux_stm32_init(const struct device *port)
2521
LL_SYSCFG_EnablePinRemap(LL_SYSCFG_PIN_RMP_PA11);
2622
#endif
2723

28-
stm32_setup_pins(pinconf, ARRAY_SIZE(pinconf));
29-
3024
return 0;
3125
}
3226

0 commit comments

Comments
 (0)