scpi: alpha-sort the vendor alias list

This commit is contained in:
Gerhard Sittig 2018-11-17 17:32:21 +01:00
parent 49b6732ec5
commit 21bc4353f0
1 changed files with 4 additions and 4 deletions

View File

@ -31,13 +31,13 @@
#define SCPI_READ_RETRY_TIMEOUT_US (10 * 1000)
static const char *scpi_vendors[][2] = {
{ "HEWLETT-PACKARD", "HP" },
{ "Agilent Technologies", "Agilent" },
{ "Keysight Technologies", "Keysight" },
{ "RIGOL TECHNOLOGIES", "Rigol" },
{ "PHILIPS", "Philips" },
{ "CHROMA", "Chroma" },
{ "Chroma ATE", "Chroma" },
{ "HEWLETT-PACKARD", "HP" },
{ "Keysight Technologies", "Keysight" },
{ "PHILIPS", "Philips" },
{ "RIGOL TECHNOLOGIES", "Rigol" },
};
/**