]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fluke-dmm/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / fluke-dmm / api.c
index 4714997a9cd6156becf622706d4e04ac4087b29b..b28e9be4ca8e4d4c81826fda93604e4d4dbdc9d5 100644 (file)
@@ -57,8 +57,8 @@ static const struct flukedmm_profile supported_flukedmm[] = {
        { FLUKE_89, "89", 100, 1000 },
        { FLUKE_187, "187", 100, 1000 },
        { FLUKE_189, "189", 100, 1000 },
-       { FLUKE_287, "287", 100, 1000 },
        { FLUKE_190, "199B", 1000, 3500 },
+       { FLUKE_287, "287", 100, 1000 },
        { FLUKE_289, "289", 100, 1000 },
 };