1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/can: fix typo in documentation

The documentation mentions the can module's interaction with the can
tranciver driver (can_trx), but incorrectly calls it trx_can. This patch
fixes the documentation.
This commit is contained in:
Joshua DeWeese 2022-04-13 11:48:43 -04:00
parent 5b3b866960
commit 7f8bf30b70

View File

@ -9,7 +9,7 @@
*
* The low-level interface, candev, must be implemented by controller drivers.
* The optional transceiver support can also be activated. Transceiver drivers must
* then implement the trx_can interface.
* then implement the can_trx interface.
*
* The data link layer is built around a device thread (one thread per CAN device),
* and a common part. The common part is composed of the dll interface, for low-level