rigol-ds: Update a code comment.

This commit is contained in:
Uwe Hermann 2017-07-21 09:02:57 +02:00
parent 396cdca0c3
commit 0f8bee7162
1 changed files with 2 additions and 2 deletions

View 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},