1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/common/gd32v: enable usb_board_reset if USB CDC ACM is used

This commit is contained in:
Gunar Schorcht 2023-03-21 09:01:57 +01:00
parent c92b981581
commit 1e983f3833

View File

@ -0,0 +1,3 @@
ifneq (,$(filter stdio_cdc_acm stdio_tinyusb_cdc_acm,$(USEMODULE)))
USEMODULE += usb_board_reset
endif