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:
Andrei Emeltchenko 2023-12-22 11:24:02 +02:00 committed by Fabio Baltieri
parent 5d0ba230b8
commit c62e371b3c

View file

@ -5,9 +5,9 @@
*/
&i2c0 {
bme280@76 {
compatible = "bosch,bme280";
reg = <0x76>;
bme280@76 {
compatible = "bosch,bme280";
reg = <0x76>;
status = "okay";
};
};
};