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 0db7c70 commit 9ee55beCopy full SHA for 9ee55be
boards/arm/frdm_kw41z/pinmux.c
@@ -28,18 +28,6 @@ static int frdm_kw41z_pinmux_init(const struct device *dev)
28
__ASSERT_NO_MSG(device_is_ready(portc));
29
#endif
30
31
- /* Red, green, blue LEDs. Note the red LED and accel INT1 are both
32
- * wired to PTC1.
33
- */
34
-#if defined(CONFIG_PWM) && DT_NODE_HAS_STATUS(DT_NODELABEL(tpm0), okay)
35
- pinmux_pin_set(portc, 1, PORT_PCR_MUX(kPORT_MuxAlt5));
36
-#endif
37
-
38
-#if defined(CONFIG_PWM) && DT_NODE_HAS_STATUS(DT_NODELABEL(tpm2), okay)
39
- pinmux_pin_set(porta, 19, PORT_PCR_MUX(kPORT_MuxAlt5));
40
- pinmux_pin_set(porta, 18, PORT_PCR_MUX(kPORT_MuxAlt5));
41
42
43
return 0;
44
}
45
0 commit comments