tests/usbus_cdc_ecm: remove Kconfig file

This is not longer needed since 250f6fdfa341ffcf0534b8adbec436d0bf4e3a57
moved the default PID and VID values to the System USB Kconfig.
This commit is contained in:
Leandro Lanzieri 2020-11-04 09:33:16 +01:00
parent 60802f864a
commit cd8948a6df
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

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