rigol-ds: Fix duplicated vendor string for Agilent devices.
This commit is contained in:
parent
81a69107de
commit
14e1aa6df0
|
@ -177,7 +177,7 @@ enum series {
|
||||||
/* short name, full name */
|
/* short name, full name */
|
||||||
static const struct rigol_ds_vendor supported_vendors[] = {
|
static const struct rigol_ds_vendor supported_vendors[] = {
|
||||||
[RIGOL] = {"Rigol", "Rigol Technologies"},
|
[RIGOL] = {"Rigol", "Rigol Technologies"},
|
||||||
[AGILENT] = {"Agilent", "Rigol Technologies"},
|
[AGILENT] = {"Agilent", "Agilent Technologies"},
|
||||||
};
|
};
|
||||||
|
|
||||||
#define VENDOR(x) &supported_vendors[x]
|
#define VENDOR(x) &supported_vendors[x]
|
||||||
|
|
Loading…
Reference in New Issue