]> sigrok.org Git - libsigrok.git/commitdiff
rigol-ds: Update a code comment.
authorUwe Hermann <redacted>
Fri, 21 Jul 2017 07:02:57 +0000 (09:02 +0200)
committerUwe Hermann <redacted>
Fri, 21 Jul 2017 15:06:40 +0000 (17:06 +0200)
src/hardware/rigol-ds/api.c

index dd535eda5deee159ed8d689601c6ce51a2d0c488..c39e10c80229294afc1dc4d1165059ee9befcb40 100644 (file)
@@ -203,8 +203,8 @@ static const struct rigol_ds_vendor supported_vendors[] = {
 };
 
 #define VENDOR(x) &supported_vendors[x]
-/* vendor, series, protocol, max timebase, min vdiv, number of horizontal divs,
- * live waveform samples, memory buffer samples */
+/* vendor, series/name, protocol, data format, max timebase, min vdiv,
+ * number of horizontal divs, live waveform samples, memory buffer samples */
 static const struct rigol_ds_series supported_series[] = {
        [VS5000] = {VENDOR(RIGOL), "VS5000", PROTOCOL_V1, FORMAT_RAW,
                {50, 1}, {2, 1000}, 14, 2048, 0},