]> sigrok.org Git - libsigrok.git/commit - src/hardware/hameg-hmo/protocol.c
hameg-hmo: Use 1-based (not 0-based) POD numbers.
authorGuido Trentalancia <redacted>
Fri, 16 Nov 2018 20:51:49 +0000 (21:51 +0100)
committerUwe Hermann <redacted>
Thu, 25 Jul 2019 22:11:07 +0000 (00:11 +0200)
commit262061ff3db5c4972e3351e4d93c5a0b4247f267
tree755edd1b6752b2486967752226c56d09871f6446
parent830e24b68f87f51d4bdc8067704219e0956fba90
hameg-hmo: Use 1-based (not 0-based) POD numbers.

The current starting index for the POD name is currently wrong as it is zero.

The official POD numbering starts instead at 1 (see device panel, buttons
and manual), so the current index used for message printing and groups
naming in the driver needs to be incremented by one.
src/hardware/hameg-hmo/protocol.c