Skip to content

Commit 89cbd90

Browse files
committed
tests: lib: devicetree: Fix devicetree overlay formatting
Fixes formatting of the devicetree overlay to make the new DevicetreeLinting compliance check happy. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
1 parent df8b43d commit 89cbd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/devicetree/api_ext/app.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
reg = <0x20000000 0x1000>;
2222
zephyr,memory-region = "SRAM_REGION";
2323
};
24+
2425
test_sram2: sram@20001000 {
2526
compatible = "zephyr,memory-region", "mmio-sram";
2627
reg = <0x20001000 0x1000>;

0 commit comments

Comments
 (0)