]> sigrok.org Git - libsigrok.git/commit
dmm: vc870: keep the order when processing modes
authorWolfram Sang <redacted>
Sun, 3 Jan 2016 21:27:42 +0000 (22:27 +0100)
committerUwe Hermann <redacted>
Tue, 5 Jan 2016 21:25:29 +0000 (22:25 +0100)
commit4867dd177f1dbaf99e44c29548d614d3f324eeb9
tree276df132e9d9b61f6f1ed74ccba2357457b9e78f
parentb4a0770ef8dc5deba8072679039ac4288cbc3454
dmm: vc870: keep the order when processing modes

is_power_apparent_power is index 0 of function 0x39, so it is better to
process it first and the later indices after that (we need to add
another one with a different patch later).

Signed-off-by: Wolfram Sang <redacted>
src/dmm/vc870.c