]> sigrok.org Git - libsigrokdecode.git/commit
flexray: Use bit/s instead of Mbit/s for bitrate.
authorUwe Hermann <redacted>
Sat, 30 Nov 2019 14:17:50 +0000 (15:17 +0100)
committerUwe Hermann <redacted>
Sat, 30 Nov 2019 14:23:10 +0000 (15:23 +0100)
commit88b84b3ce771a49680644c4a30819ccd90030018
tree9b84c99e2461f83796d7cdf44b68e9b86eef1771
parent20d71243aff524a383e6183cb4366cff3aaf3749
flexray: Use bit/s instead of Mbit/s for bitrate.

This avoids floating point number option values, which makes things
a bit easier/clearer on the command-line and also matches what other
decoders do.

Also, use numbers instead of strings for the option values.
decoders/flexray/pd.py