mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
210 B
Makefile
7 lines
210 B
Makefile
|
include $(RIOTBOARD)/common/makefiles/stdio_cdc_acm.mk
|
||
|
|
||
|
# enable bootloader reset over USB, requires USB bootloader to be used
|
||
|
ifneq (,$(filter stdio_cdc_acm,$(USEMODULE)))
|
||
|
USEMODULE += usb_board_reset
|
||
|
endif
|