1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:52:44 +01:00

boards/esp32s3-wt32-sc01-plus: fix I2C driver selection in Kconfig

This commit is contained in:
Gunar Schorcht 2023-09-25 13:45:39 +02:00
parent 33d1fd2f36
commit 7a94c74a59

View File

@ -37,4 +37,8 @@ choice STDIO_IMPLEMENTATION
default MODULE_STDIO_USB_SERIAL_JTAG
endchoice
choice ESP32_I2C_IMPLEMENTATION
default MODULE_ESP_I2C_HW
endchoice
source "$(RIOTBOARD)/common/esp32s3/Kconfig"