Skip to content

Commit 887d356

Browse files
committed
kconfig: code format
1 parent e7c4f5b commit 887d356

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

main/Kconfig.projbuild

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ choice TRANSFER_PROTOCOL
1515

1616
config TRANSFER_PROTOCOL_HTTP
1717
bool "http"
18-
1918
config TRANSFER_PROTOCOL_HTTPS
2019
bool "https"
2120
endchoice
@@ -68,7 +67,6 @@ choice SC_KEY_MODE
6867

6968
config SC_KEY_MODE_HIGH
7069
bool "High level is pressed"
71-
7270
config SC_KEY_MODE_LOW
7371
bool "Low level is pressed"
7472
endchoice
@@ -90,7 +88,6 @@ choice PN532_IFCE
9088

9189
config PN532_IFCE_UART
9290
bool "UART"
93-
9491
config PN532_IFCE_I2C
9592
bool "I2C"
9693
endchoice
@@ -130,7 +127,6 @@ choice SCREEN_PANEL
130127

131128
config SCREEN_PANEL_SSD1331
132129
bool "SSD1331 96x64 OLED Panel"
133-
134130
config SCREEN_PANEL_ST7735
135131
bool "ST7735 160x80 LCD Panel"
136132
endchoice
@@ -177,7 +173,6 @@ choice LED_MODE
177173

178174
config LED_MODE_HIGH
179175
bool "High level is on"
180-
181176
config LED_MODE_LOW
182177
bool "Low level is on"
183178
endchoice

0 commit comments

Comments
 (0)