]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fluke-dmm/api.c
Fluke189 support
[libsigrok.git] / hardware / fluke-dmm / api.c
index 08cd62f222500184b862c56c752e24a194ff71f1..d9d3d9b83f34b65ff5a283ef6c05a03f7af50d9e 100644 (file)
@@ -54,6 +54,7 @@ static char *scan_conn[] = {
 
 static const struct flukedmm_profile supported_flukedmm[] = {
        { FLUKE_187, "187", 100, 1000 },
+       { FLUKE_189, "189", 100, 1000 },
        { FLUKE_287, "287", 100, 1000 },
        { FLUKE_190, "199B", 1000, 3500 },
 };