boards: st: nucleo_wb55rg: Add led1 alias
This board is missing the led1 alias, which prevents to use some samples such as basic/threads. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
f4c596ae28
commit
9c3e24283b
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
led0 = &green_led_2;
|
led0 = &green_led_2;
|
||||||
|
led1 = &blue_led_1;
|
||||||
sw0 = &user_button_1;
|
sw0 = &user_button_1;
|
||||||
sw1 = &user_button_2;
|
sw1 = &user_button_2;
|
||||||
sw2 = &user_button_3;
|
sw2 = &user_button_3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue