Skip to content

Commit 15ffcb2

Browse files
gportaycarlescufi
authored andcommitted
boards: heltec_wifi_lora32_v2: fix indentations
This removes an empty line before closing the leds, and wraps the GPIO button in a single line. Signed-off-by: Gaël PORTAY <[email protected]>
1 parent 1f41c01 commit 15ffcb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

boards/xtensa/heltec_wifi_lora32_v2/heltec_wifi_lora32_v2.dts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,12 @@
3737
gpios = <&gpio0 16 (GPIO_PULL_UP | GPIO_ACTIVE_HIGH)>;
3838
label = "OLED Reset";
3939
};
40-
4140
};
4241

4342
buttons {
4443
compatible = "gpio-keys";
4544
button0: button_0 {
46-
gpios = < &gpio0 0 (GPIO_PULL_UP | \
47-
GPIO_ACTIVE_LOW)>;
45+
gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
4846
label = "PRG Button";
4947
};
5048
};

0 commit comments

Comments
 (0)