mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #19953
19953: boards/esp32s3-wt32-sc01-plus: fix Kconfig r=aabadie a=gschorcht ### Contribution description This PR fixes a remaining Kconfig mismatch. It should fix the last compilation problem of the nightly. ### Testing procedure ``` python3 dist/tools/compile_test/compile_like_murdock.py -a tests/drivers/ili9341/ -b esp32s3-wt32-sc01-plus ``` should fail w/o this PR but should succeed with this PR. ### Issues/PRs references Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
This commit is contained in:
commit
6a826fa1e0
@ -23,7 +23,7 @@ config BOARD_ESP32S3_WT32_SC01_PLUS
|
||||
select HAS_TINYUSB_DEVICE
|
||||
|
||||
select HAVE_FT5X06
|
||||
select HAVE_LCD_PARALLEL
|
||||
select HAVE_LCD_PARALLEL if MODULE_ST7796
|
||||
select HAVE_MTD_SDCARD_DEFAULT
|
||||
select HAVE_ST7796
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user