boards: stm32g0316_disco: pinmux init clean up
Remove useless function call on in board pinmux init. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
19e7451c34
commit
089f907305
1 changed files with 0 additions and 6 deletions
|
@ -11,10 +11,6 @@
|
|||
|
||||
#include <pinmux/stm32/pinmux_stm32.h>
|
||||
|
||||
/* pin assignments for STM32G0316-DISCO board */
|
||||
static const struct pin_config pinconf[] = {
|
||||
};
|
||||
|
||||
static int pinmux_stm32_init(const struct device *port)
|
||||
{
|
||||
ARG_UNUSED(port);
|
||||
|
@ -25,8 +21,6 @@ static int pinmux_stm32_init(const struct device *port)
|
|||
LL_SYSCFG_EnablePinRemap(LL_SYSCFG_PIN_RMP_PA11);
|
||||
#endif
|
||||
|
||||
stm32_setup_pins(pinconf, ARRAY_SIZE(pinconf));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue