Skip to content

Commit

Permalink
boards/esp32s3-pros3: Fix stdio kconfig model
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Jun 5, 2023
1 parent d9d8991 commit 2dfefb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/esp32s3-pros3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 MODULE_USBUS_CDC_ACM if MODULE_USBUS

choice STDIO_IMPLEMENTATION
default MODULE_STDIO_CDC_ACM if MODULE_USBUS
Expand Down

0 comments on commit 2dfefb3

Please sign in to comment.