From: Uwe Hermann Date: Wed, 11 Sep 2013 17:20:15 +0000 (+0200) Subject: uart: Fix corner-case that can occur with LA triggers. X-Git-Tag: libsigrokdecode-0.3.0~328 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=83be7b8384e0dc20b84de831e5922fb9c6d0762d;hp=83be7b8384e0dc20b84de831e5922fb9c6d0762d;p=libsigrokdecode.git uart: Fix corner-case that can occur with LA triggers. Assume that the initial pin state is 1/high for the RX and TX lines. This fixes the decode when an LA triggers on e.g. TX=low (the first sample would be low in that case, so the falling edge for the start bit would be missed by the decoder). ---