Skip to content

Commit bfa4a7b

Browse files
decsnyhenrikbrixandersen
authored andcommitted
boards: frdm_mcxw71: Rename LED to blue
The LED is blue, not green. Signed-off-by: Declan Snyder <[email protected]>
1 parent 5399615 commit bfa4a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nxp/frdm_mcxw71/frdm_mcxw71.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
model = "NXP FRDM-MCXW71 board";
1313

1414
aliases {
15-
led0 = &green_led;
15+
led0 = &blue_led;
1616
};
1717

1818
chosen {
@@ -26,7 +26,7 @@
2626

2727
user_led {
2828
compatible = "gpio-leds";
29-
green_led: led {
29+
blue_led: led {
3030
gpios = <&gpioc 1 GPIO_ACTIVE_LOW>;
3131
};
3232
};

0 commit comments

Comments
 (0)