mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
207 B
Makefile
7 lines
207 B
Makefile
include $(RIOTBOARD)/common/makefiles/stdio_cdc_acm.dep.mk
|
|
|
|
# enable bootloader reset over USB, requires CDC ACM to be used
|
|
ifneq (,$(filter stdio_cdc_acm,$(USEMODULE)))
|
|
USEMODULE += usb_board_reset
|
|
endif
|