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 9e12d23 commit 88fc9fbCopy full SHA for 88fc9fb
boards/arm/twr_ke18f/pinmux.c
@@ -39,10 +39,6 @@ static int twr_ke18f_pinmux_init(const struct device *dev)
39
__ASSERT_NO_MSG(device_is_ready(porte));
40
#endif
41
42
-#if DT_NODE_HAS_STATUS(DT_NODELABEL(dac0), okay) && CONFIG_DAC
43
- pinmux_pin_set(porte, 9, PORT_PCR_MUX(kPORT_PinDisabledOrAnalog));
44
-#endif
45
-
46
#ifdef CONFIG_BOARD_TWR_KE18F_FLEXIO_CLKOUT
47
int err;
48
0 commit comments