fluke-dmm: add Fluke 287 to supported list
This commit is contained in:
parent
fb9d3bf9cc
commit
acd29accb3
|
@ -52,6 +52,7 @@ static struct sr_dev_driver *di = &flukedmm_driver_info;
|
|||
|
||||
static const struct flukedmm_profile supported_flukedmm[] = {
|
||||
{ FLUKE_187, "187" },
|
||||
{ FLUKE_287, "287" },
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
/* Supported models */
|
||||
enum {
|
||||
FLUKE_187 = 1,
|
||||
FLUKE_287,
|
||||
};
|
||||
|
||||
/* Supported device profiles */
|
||||
|
|
Loading…
Reference in New Issue