]> sigrok.org Git - libsigrokdecode.git/commit
ir_nec: fix typo in STOP bit width
authorGerhard Sittig <redacted>
Sat, 1 Aug 2020 07:35:40 +0000 (09:35 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Aug 2020 08:25:13 +0000 (10:25 +0200)
commit074cab87596c7bd156c67319d7cbd7ca8fd48eca
tree54bfdd9e770c3418a04c38e737b30d10a728d815
parent9ade72a24f1a2c682377649ff7fb8c65393b805b
ir_nec: fix typo in STOP bit width

The 0.652ms STOP bit width must have been a typo (though consistent in
the previous implementation), it's not half of the 1.125ms ZERO symbol.

Notice that this is an incompatible change to the decoder implementation.
It affects the annotations for STOP bits and overall REMOTE button codes.
decoders/ir_nec/pd.py