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:
parent
a3a1772218
commit
c1881b22fe
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue