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:
parent
1f41c01553
commit
15ffcb2845
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue