Skip to content

Commit 09d7979

Browse files
jasr93kartben
authored andcommitted
boards: nxp: frdm_mcxa156, frdm_mcxa166, frdm_mcxa276: fix led2 color
The red LED repeats twice, so it changes to blue. Signed-off-by: Javier Santos <[email protected]>
1 parent ee960a8 commit 09d7979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/nxp/frdm_mcxa156/frdm_mcxa156.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
aliases{
1919
led0 = &red_led;
2020
led1 = &green_led;
21-
led2 = &red_led;
21+
led2 = &blue_led;
2222
sw0 = &user_button_2;
2323
sw1 = &user_button_3;
2424
pwm-0 = &flexpwm0_pwm0;

boards/nxp/frdm_mcxa266/frdm_mcxa266.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
aliases{
1919
led0 = &red_led;
2020
led1 = &green_led;
21-
led2 = &red_led;
21+
led2 = &blue_led;
2222
sw0 = &user_button_2;
2323
sw1 = &user_button_3;
2424
watchdog0 = &wwdt0;

boards/nxp/frdm_mcxa346/frdm_mcxa346.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
aliases{
1818
led0 = &red_led;
1919
led1 = &green_led;
20-
led2 = &red_led;
20+
led2 = &blue_led;
2121
sw0 = &user_button_2;
2222
sw1 = &user_button_3;
2323
watchdog0 = &wwdt0;

0 commit comments

Comments
 (0)