Skip to content

Commit 7efd31e

Browse files
committed
Formating issues
1 parent 4520a8a commit 7efd31e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"dts-linter": "^0.3.0-beta8"
4+
"dts-linter": "^0.3.0-beta9"
55
}
66
}

0 commit comments

Comments
 (0)