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:
parent
a4cabee9d8
commit
d65d3046a5
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue