]> sigrok.org Git - libsigrok.git/commit
input/logicport: remove obsolete reset/cleanup assignments
authorGerhard Sittig <redacted>
Sun, 3 Jun 2018 16:32:29 +0000 (18:32 +0200)
committerUwe Hermann <redacted>
Sun, 3 Jun 2018 17:28:46 +0000 (19:28 +0200)
commit3c9117094cf3c9da5c7c2a7e292c30d3a48882e9
tree802cba2d70d1053c6034ed42676921cf54cc87a3
parent4c40d096d4cde1b0538dea216e50846a14f33aaa
input/logicport: remove obsolete reset/cleanup assignments

The in->buf truncation is done by common backend logic. The module's
cleanup() does zero out inc, which obsoletes the flag assignments.
src/input/logicport.c