korad-kaxxxxp: Fix typo in Korad driver device enum
This commit is contained in:
parent
17124cf9ad
commit
bcf9384d3d
|
@ -52,7 +52,7 @@ static const struct korad_kaxxxxp_model models[] = {
|
|||
/* Device enum, vendor, model, ID reply, channels, voltage, current */
|
||||
{VELLEMAN_LABPS_3005D, "Velleman", "LABPS3005D",
|
||||
"VELLEMANLABPS3005DV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||
{KORAD_KA3005D, "Korad", "KA3005P",
|
||||
{KORAD_KA3005P, "Korad", "KA3005P",
|
||||
"KORADKA3005PV2.0", 1, {0, 31, 0.01}, {0, 5, 0.001}},
|
||||
ALL_ZERO
|
||||
};
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
enum {
|
||||
VELLEMAN_LABPS_3005D,
|
||||
KORAD_KA3005D,
|
||||
KORAD_KA3005P,
|
||||
/* Support for future devices with this protocol. */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue