]> sigrok.org Git - libsigrok.git/commit
csv output: Fix incorrect ordering of the probes.
authorUwe Hermann <redacted>
Tue, 21 May 2013 18:54:42 +0000 (20:54 +0200)
committerUwe Hermann <redacted>
Wed, 22 May 2013 12:58:09 +0000 (14:58 +0200)
commitadf33ecce5e0bc2dff53087b01da6d5baaa89ee3
treedeba659139b8be86daaa205970c6d435e869a1a0
parentee8ddd8f5aadee71749882ba897c29e3c12fe1ed
csv output: Fix incorrect ordering of the probes.

The comment for the CSV output module says probes are ordered e.g.
0,1,2,3, but the actual values were in the 3,2,1,0 order.

We're fixing this by making the order of the probe values 0,1,2,3 too
for now, but this will become a configurable option later on.

Thanks Patrick Servello <redacted> for the patch.
output/csv.c