]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fluke-dmm/api.c
input: vcd: skip BOM at beginning of file
[libsigrok.git] / src / hardware / fluke-dmm / api.c
index 47f598f22d5ed5b6f3cb6e677aff91ec77c60f7d..23b8adb7b4786d7ded3b21d09a0b629205b335ab 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <glib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -55,6 +56,7 @@ static const struct flukedmm_profile supported_flukedmm[] = {
        { FLUKE_189, "189", 100, 1000 },
        { FLUKE_287, "287", 100, 1000 },
        { FLUKE_190, "199B", 1000, 3500 },
+       { FLUKE_289, "289", 100, 1000 },
 };
 
 static int init(struct sr_dev_driver *di, struct sr_context *sr_ctx)