Skip to content

Commit

Permalink
Merge pull request #20379 from maribu/boards/common/stdio_cdc_acm
Browse files Browse the repository at this point in the history
boards/common/makefiles/stdio_cdc_acm.dep.mk: fix
  • Loading branch information
maribu authored Feb 12, 2024
2 parents f68f977 + 38ab147 commit 388cb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/common/makefiles/stdio_cdc_acm.dep.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq (,$(filter-out stdio_cdc_acm,$(filter stdio_% slipdev_stdio,$(USEMODULE))))
ifneq (,$(filter tinyusb_device,$(USEMODULE)))
ifneq (,$(filter tinyusb_device,$(USEMODULE))$(filter tinyusb,$(USEPKG)))
# Use stdio_tinyusb_cdc_acm only if no other stdio is requested explicitly
# and tinyusb_device is used for any other reason
USEMODULE += stdio_tinyusb_cdc_acm
Expand Down

0 comments on commit 388cb3e

Please sign in to comment.