usb: Remove USB VID / PID for sanity check builds

We can use default values of CONFIG_USB_DEVICE_VID and
CONFIG_USB_DEVICE_PID for sanity check builds.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2018-02-13 15:21:00 +02:00 committed by Anas Nashif
commit 0dfeb32a31
5 changed files with 0 additions and 17 deletions

View file

@ -6,7 +6,4 @@ tests:
harness: net
platform_exclude: nrf52840_pca10056
depends_on: ieee802154 usb_device
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
tags: net ieee802154 usb