Skip to content

Commit fb8e921

Browse files
committed
Formating issues
1 parent 4520a8a commit fb8e921

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
compatible = "nordic,nrf52840-dk-nrf52811";
1515

1616
chosen {
17-
zephyr,console = &uart0;
17+
zephyr,console = &uart0 ;
1818
zephyr,shell-uart = &uart0;
1919
zephyr,uart-mcumgr = &uart0;
20-
zephyr,bt-mon-uart = &uart0;
20+
zephyr,bt-mon-uart = &uart0;
2121
zephyr,bt-c2h-uart = &uart0;
2222
zephyr,sram = &sram0;
2323
zephyr,flash = &flash0;

boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
zephyr,console = &uart0;
2020
zephyr,shell-uart = &uart0;
2121
zephyr,uart-mcumgr = &uart0;
22-
zephyr,bt-mon-uart = &uart0;
22+
zephyr,bt-mon-uart = &uart0 ;
2323
zephyr,bt-c2h-uart = &uart0;
2424
zephyr,ieee802154 = &ieee802154;
25-
zephyr,boot-mode = &boot_mode0;
25+
zephyr,boot-mode = &boot_mode0;
2626
};
2727

2828
leds {

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
model = "Nordic nRF54L15 DK nRF54L15 Application MCU";
1515

1616
chosen {
17-
zephyr,code-partition = &slot0_partition;
18-
zephyr,sram = &cpuapp_sram;
17+
zephyr,code-partition = &slot0_partition
18+
zephyr,sram = &cpuapp_sram
1919
};
2020
};
2121

0 commit comments

Comments
 (0)