]> sigrok.org Git - libsigrok.git/commit
ols: remove needless initialization
authorWolfram Sang <redacted>
Wed, 2 Jan 2019 12:15:15 +0000 (13:15 +0100)
committerUwe Hermann <redacted>
Sun, 13 Jan 2019 19:07:27 +0000 (20:07 +0100)
commit6745488b1a33acda728440e69f83e8bb0a0663f1
tree908488c30a08966314c7739115307095b4a9bc4c
parent082537602a12d4c6f57aeaeb41623073d760b0c9
ols: remove needless initialization

channel_mask is recalculated before it gets accessed, so this
initialization is not needed.

Signed-off-by: Wolfram Sang <redacted>
src/hardware/openbench-logic-sniffer/protocol.c