Skip to content

Commit 840ba45

Browse files
mbolivar-nordiccarlescufi
authored andcommitted
samples: ccs811: fix nrf51_ble400.overlay whitespace
Use tabs. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 17a6630 commit 840ba45

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

samples/sensor/ccs811/boards/nrf51_ble400.overlay

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

77
&i2c0 {
8-
status = "okay";
9-
sda-pin = <0>;
10-
scl-pin = <1>;
8+
status = "okay";
9+
sda-pin = <0>;
10+
scl-pin = <1>;
1111

1212
/* Sparkfun Environment Combo uses second I2C address */
13-
ccs811: ccs811@5b {
14-
compatible = "ams,ccs811";
15-
reg = <0x5b>;
16-
label = "CCS811";
17-
irq-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
18-
wake-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
19-
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
20-
};
13+
ccs811: ccs811@5b {
14+
compatible = "ams,ccs811";
15+
reg = <0x5b>;
16+
label = "CCS811";
17+
irq-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
18+
wake-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
19+
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
20+
};
2121
};

0 commit comments

Comments
 (0)