]> sigrok.org Git - libsigrokdecode.git/commit - decoders/uart/pd.py
uart: remove obsolete TODO (Python annotation for frame errors)
authorGerhard Sittig <redacted>
Sat, 24 Nov 2018 10:57:38 +0000 (11:57 +0100)
committerUwe Hermann <redacted>
Sun, 25 Nov 2018 09:57:09 +0000 (10:57 +0100)
commit30d27bd438ce90162ffa4911bc61a9661db3d39f
treee104f7f90d42d0aa2989b30a98895d9468b96dee
parent961707103bb0323e6187d81a762f22417fe23dea
uart: remove obsolete TODO (Python annotation for frame errors)

The "Frame error?" TODO comment on Python annotations has become
obsolete. Individual bit errors within the frame immediately get
communicated as they are detected (START, parity, STOP). The overall
frame's validity has become available with the FRAME annotation.
decoders/uart/pd.py