Skip to content

Commit 0b9065e

Browse files
committed
Formating issues test
1 parent a775a39 commit 0b9065e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

0 commit comments

Comments
 (0)