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 19e7451 commit 089f907Copy full SHA for 089f907
boards/arm/stm32g0316_disco/pinmux.c
@@ -11,10 +11,6 @@
11
12
#include <pinmux/stm32/pinmux_stm32.h>
13
14
-/* pin assignments for STM32G0316-DISCO board */
15
-static const struct pin_config pinconf[] = {
16
-};
17
-
18
static int pinmux_stm32_init(const struct device *port)
19
{
20
ARG_UNUSED(port);
@@ -25,8 +21,6 @@ static int pinmux_stm32_init(const struct device *port)
25
21
LL_SYSCFG_EnablePinRemap(LL_SYSCFG_PIN_RMP_PA11);
26
22
#endif
27
23
28
- stm32_setup_pins(pinconf, ARRAY_SIZE(pinconf));
29
30
24
return 0;
31
}
32
0 commit comments