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 <gael.portay@gmail.com>
This commit is contained in:
Gaël PORTAY 2022-11-14 06:50:56 +01:00 committed by Carles Cufí
commit 15ffcb2845

View file

@ -37,14 +37,12 @@
gpios = <&gpio0 16 (GPIO_PULL_UP | GPIO_ACTIVE_HIGH)>;
label = "OLED Reset";
};
};
buttons {
compatible = "gpio-keys";
button0: button_0 {
gpios = < &gpio0 0 (GPIO_PULL_UP | \
GPIO_ACTIVE_LOW)>;
gpios = <&gpio0 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
label = "PRG Button";
};
};