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

boards/adafruit-itsybitsy-m4: fix kconfig usb_reset

This commit is contained in:
MrKevinWeiss 2021-12-14 16:23:17 +01:00
parent 51fdbdd75c
commit fbd404edfe
No known key found for this signature in database
GPG Key ID: 3514539D7808D123
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ config BOARD_ADAFRUIT_ITSYBITSY_M4
select HAS_PERIPH_UART
select HAS_PERIPH_USBDEV
select HAVE_SAUL_GPIO
select MODULE_USB_BOARD_RESET if MODULE_STDIO_CDC_ACM
select HAVE_MTD_SPI_NOR
# This specific board requires SPI_ON_QSPI for the MTD_SPI_NOR

View File

@ -1,3 +1,4 @@
CONFIG_MODULE_USBUS=y
CONFIG_MODULE_USBUS_CDC_ACM=y
CONFIG_MODULE_STDIO_CDC_ACM=y
CONFIG_MODULE_USB_BOARD_RESET=y