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 a9587de commit de18fdfCopy full SHA for de18fdf
boards/arm/twr_ke18f/pinmux.c
@@ -39,12 +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(adc0), okay) && CONFIG_ADC
43
- /* Thermistor A, B */
44
- pinmux_pin_set(porta, 0, PORT_PCR_MUX(kPORT_PinDisabledOrAnalog));
45
- pinmux_pin_set(porta, 1, PORT_PCR_MUX(kPORT_PinDisabledOrAnalog));
46
-#endif
47
-
48
#if (DT_NODE_HAS_STATUS(DT_NODELABEL(adc0), okay) && CONFIG_ADC) || \
49
(DT_NODE_HAS_STATUS(DT_NODELABEL(cmp2), okay) && CONFIG_MCUX_ACMP)
50
/* Potentiometer */
0 commit comments