doc: can: samples: fix bad reference to can-counter sample

Fixed a dangling reference that was silently ignored before.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-22 11:00:25 +02:00 committed by Fabio Baltieri
commit b6165e01ca

View file

@ -332,7 +332,7 @@ Samples
*******
We have two ready-to-build samples demonstrating use of the Zephyr CAN API:
:zephyr:code-sample:`Zephyr CAN counter sample <can-counter-sample>` and
:zephyr:code-sample:`Zephyr CAN counter sample <can-counter>` and
:zephyr:code-sample:`SocketCAN sample <socket-can>`.