]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/agilent-dmm.h
output: Use sr_config_get() wrapper
[libsigrok.git] / hardware / agilent-dmm / agilent-dmm.h
index b2b6ba3ba98cb25e1a99512110695bc6b5635720..caf59d08fc8a1d8e95a199d6afbc5900b4c3864a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2012 Bert Vermeulen <bert@biot.com>
  *
@@ -46,7 +46,6 @@ enum {
 struct agdmm_profile {
        int model;
        const char *modelname;
-       int serial_speed;
        const struct agdmm_job *jobs;
        const struct agdmm_recv *recvs;
 };
@@ -56,7 +55,6 @@ struct dev_context {
        const struct agdmm_profile *profile;
        uint64_t limit_samples;
        uint64_t limit_msec;
-       struct sr_serial_dev_inst *serial;
 
        /* Opaque pointer passed in by the frontend. */
        void *cb_data;