Skip to content

Commit c62e371

Browse files
finikorgfabiobaltieri
authored andcommitted
samples: bme280: Fix indentation for ADL-N overlay
Fix indentation in the intel_adl_crb board overlay file. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent 5d0ba23 commit c62e371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/sensor/bme280/boards/intel_adl_crb.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
*/
66

77
&i2c0 {
8-
bme280@76 {
9-
compatible = "bosch,bme280";
10-
reg = <0x76>;
8+
bme280@76 {
9+
compatible = "bosch,bme280";
10+
reg = <0x76>;
1111
status = "okay";
12-
};
12+
};
1313
};

0 commit comments

Comments
 (0)