samples: net: wpanusb: Fix build error due to missing USB device vid/pid

We removed the default values for:
* CONFIG_USB_DEVICE_VID
* CONFIG_USB_DEVICE_PID

So put some dummy values in the sample.yaml to get things building
again.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-10-25 02:06:57 -05:00 committed by Kumar Gala
commit c1881b22fe

View file

@ -4,5 +4,8 @@ sample:
tests: tests:
- test_15_4: - test_15_4:
build_only: true build_only: true
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
depends_on: ieee802154 usb_device depends_on: ieee802154 usb_device
tags: net ieee802154 usb tags: net ieee802154 usb