samples: bme280: Fix indentation for ADL-N overlay
Fix indentation in the intel_adl_crb board overlay file. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
5d0ba230b8
commit
c62e371b3c
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
|
||||
&i2c0 {
|
||||
bme280@76 {
|
||||
compatible = "bosch,bme280";
|
||||
reg = <0x76>;
|
||||
bme280@76 {
|
||||
compatible = "bosch,bme280";
|
||||
reg = <0x76>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue