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

Merge pull request #15379 from leandrolanzieri/pr/tests/usbus_cdc_ecm/remove_kconfig

tests/usbus_cdc_ecm: remove unneeded Kconfig file
This commit is contained in:
Francisco 2020-11-05 09:01:09 +01:00 committed by GitHub
commit 3ec806dda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -22,7 +22,4 @@ USB_PID ?= $(USB_PID_TESTING)
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1
# Do not run Kconfig by default
SHOULD_RUN_KCONFIG ?=
include $(RIOTBASE)/Makefile.include

View File

@ -1,5 +0,0 @@
config USB_VID
default 0x$(DEFAULT_VID) if KCONFIG_USB
config USB_PID
default 0x$(DEFAULT_PID) if KCONFIG_USB