]> sigrok.org Git - libsigrokdecode.git/commitdiff
uart: Shorten various decoder option names.
authorUwe Hermann <redacted>
Fri, 29 Nov 2019 22:51:19 +0000 (23:51 +0100)
committerUwe Hermann <redacted>
Fri, 29 Nov 2019 23:37:19 +0000 (00:37 +0100)
This makes the decoder a lot nicer to use from the command-line.

 * num_data_bits -> data_bits
 * parity_type -> parity
 * num_stop_bits -> stop_bits
 * rx_packet_delimiter -> rx_packet_delim
 * tx_packet_delimiter -> tx_packet_delim


No differences found