summaryrefslogtreecommitdiff
path: root/decoders/can
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-11-05 22:23:23 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-11-05 22:23:23 +0100
commit6bb748ed31d20db013ed45acbc2086ab0efad0e3 (patch)
treef0aae281c4f40b813d513e56185f50536ad7e4cd /decoders/can
parentad37302991cd5690bd1eb4db4abcad206fae42ec (diff)
downloadlibsigrokdecode-6bb748ed31d20db013ed45acbc2086ab0efad0e3.tar.gz
libsigrokdecode-6bb748ed31d20db013ed45acbc2086ab0efad0e3.zip
can: Mention CAN-FD support in the description.
Diffstat (limited to 'decoders/can')
-rw-r--r--decoders/can/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/decoders/can/__init__.py b/decoders/can/__init__.py
index 47f571d..888bb81 100644
--- a/decoders/can/__init__.py
+++ b/decoders/can/__init__.py
@@ -24,6 +24,8 @@ real-time control.
This decoder assumes that a single CAN_RX line is sampled (e.g. on
the digital output side of a CAN transceiver IC such as the Microchip
MCP-2515DM-BM).
+
+It also has support for CAN-FD.
'''
from .pd import Decoder