]> sigrok.org Git - libsigrokdecode.git/commit
uart: minor nit, rename the "databyte" variable
authorGerhard Sittig <redacted>
Sun, 16 Oct 2016 16:25:27 +0000 (18:25 +0200)
committerUwe Hermann <redacted>
Wed, 19 Oct 2016 17:48:32 +0000 (19:48 +0200)
commite9a3c933ea8d77a46b881e525c2cfaf71b23041d
treef60bd9b392fe3f09b364d9c50bf50885757cac5a
parentffd58b683fc200c3bfb96a274dd2bc5c4cea7dcc
uart: minor nit, rename the "databyte" variable

Given the generic nature of UART communication and the supported range
for the data width, "byte" may be a misleading name for the numeric
value that gets communicated in five to nine data bits. Rename the
"databyte" variable to "datavalue".

Signed-off-by: Gerhard Sittig <redacted>
decoders/uart/pd.py