Skip to content

Commit 33b06a1

Browse files
Update bsp/stm32/stm32f407-micu/board/Kconfig
Co-authored-by: Meco Man <920369182@qq.com>
1 parent 1826157 commit 33b06a1

File tree

1 file changed

+7
-7
lines changed
  • bsp/stm32/stm32f407-micu/board

1 file changed

+7
-7
lines changed

bsp/stm32/stm32f407-micu/board/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ endmenu
244244
menu "Board extended module Drivers"
245245

246246
config BSP_USING_SSD1306
247-
bool "Enable SSD1306 OLED"
248-
select BSP_USING_I2C
249-
select BSP_USING_I2C2
250-
select PKG_USING_SSD1306
251-
default n
252-
help
253-
Enable SSD1306 OLED display (connected to I2C2 on this board).
247+
bool "Enable SSD1306 OLED"
248+
select BSP_USING_I2C
249+
select BSP_USING_I2C2
250+
select PKG_USING_SSD1306
251+
default n
252+
help
253+
Enable SSD1306 OLED display (connected to I2C2 on this board).
254254

255255

256256
endmenu

0 commit comments

Comments
 (0)