File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
samples/sensor/mcux_acmp/boards Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,6 @@ static int twr_ke18f_pinmux_init(const struct device *dev)
3939 __ASSERT_NO_MSG (device_is_ready (porte ));
4040#endif
4141
42- #if (DT_NODE_HAS_STATUS (DT_NODELABEL (adc0 ), okay ) && CONFIG_ADC ) || \
43- (DT_NODE_HAS_STATUS (DT_NODELABEL (cmp2 ), okay ) && CONFIG_MCUX_ACMP )
44- /* Potentiometer */
45- pinmux_pin_set (portc , 14 , PORT_PCR_MUX (kPORT_PinDisabledOrAnalog ));
46- #endif
47-
4842#if DT_NODE_HAS_STATUS (DT_NODELABEL (dac0 ), okay ) && CONFIG_DAC
4943 pinmux_pin_set (porte , 9 , PORT_PCR_MUX (kPORT_PinDisabledOrAnalog ));
5044#endif
Original file line number Diff line number Diff line change 1717&cmp2 {
1818 status = "okay";
1919 pinctrl-0 = <&cmp2_default>;
20+ pinctrl-names = "default";
2021};
You can’t perform that action at this time.
0 commit comments