1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/esp32s3-pros3: Fix stdio kconfig model

This commit is contained in:
MrKevinWeiss 2023-06-05 13:22:30 +02:00
parent d9d89913fe
commit c7eadb2d3e
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -25,6 +25,7 @@ config BOARD_ESP32S3_PROS3
select HAS_TINYUSB_DEVICE
# Only this board has a requirement to use USB_BOARD_RESET with STDIO_USB_SERIAL_JTAG
select MODULE_USB_BOARD_RESET if MODULE_STDIO_USB_SERIAL_JTAG
select REQUIRES_USB_STDIO if MODULE_USBUS || MODULE_TINYUSB_DEVICE
choice STDIO_IMPLEMENTATION
default MODULE_STDIO_CDC_ACM if MODULE_USBUS