From: Gerhard Sittig Date: Sat, 1 Aug 2020 07:35:40 +0000 (+0200) Subject: ir_nec: fix typo in STOP bit width X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=074cab87596c7bd156c67319d7cbd7ca8fd48eca;hp=074cab87596c7bd156c67319d7cbd7ca8fd48eca 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. ---