]> sigrok.org Git - libsigrokdecode.git/commitdiff
can: Mention CAN-FD support in the description.
authorUwe Hermann <redacted>
Tue, 5 Nov 2019 21:23:23 +0000 (22:23 +0100)
committerUwe Hermann <redacted>
Tue, 5 Nov 2019 21:23:23 +0000 (22:23 +0100)
decoders/can/__init__.py

index 47f571d62072b0b8f9adddfd56b6dbb674ed78ea..888bb81928bcf4e229a94d5278810795e6b4a346 100644 (file)
@@ -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