Skip to content

Commit f6169ed

Browse files
committed
boards: bflb: fix ai_wb2_12f formatting
Fix bad formatting Signed-off-by: Camille BAUD <[email protected]>
1 parent e82d406 commit f6169ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,26 @@
3434
compatible = "gpio-leds";
3535

3636
blue_led: led_0 {
37-
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
37+
gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
3838
label = "Blue - LED0";
3939
};
4040

4141
green_led: led_1 {
42-
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
42+
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
4343
label = "Green - LED1";
4444
};
4545

4646
red_led: led_2 {
47-
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
47+
gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
4848
label = "Red - LED2";
4949
};
5050
};
5151

5252
buttons {
5353
compatible = "gpio-keys";
54+
5455
button_0: sw0 {
55-
gpios = <&gpio0 8 (GPIO_ACTIVE_HIGH)>;
56+
gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
5657
zephyr,code = <INPUT_KEY_0>;
5758
};
5859
};

0 commit comments

Comments
 (0)