samples: usb: wpanusb: fix bad code-sample id

The WPAN USB sample is referred to as wpan-usb,
not _wpansub.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-20 11:51:51 +02:00 committed by Fabio Baltieri
commit d65d3046a5
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ externally connected SPI devices.
+-------------+------------------------------------------------------------------------------------------+
Zephyr provide several samples that can use this technology. You can check
:zephyr:code-sample:`wpanusb` and :zephyr:code-sample:`wpan-serial` examples as starting
:zephyr:code-sample:`wpan-usb` and :zephyr:code-sample:`wpan-serial` examples as starting
points. Another good test can be done with IPv6 by using the server/client
echo demo. More information at :zephyr:code-sample:`sockets-echo-server` and
:zephyr:code-sample:`sockets-echo-client`.

View file

@ -1,4 +1,4 @@
.. zephyr:code-sample:: _wpanusb
.. zephyr:code-sample:: wpan-usb
:name: 802.15.4 USB
:relevant-api: ieee802154 _usb_device_core_api