X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fagilent-dmm%2Fapi.c;h=b03a9e986508332c91afbfbbe8f078745c273f00;hb=58ffcf97121453fb53e885338e23e54c7ed78659;hp=1e462a170f6bab8019d3965950c9f7df4171d953;hpb=53012da658ae94b245240c8a3e115723eede4c7d;p=libsigrok.git diff --git a/src/hardware/agilent-dmm/api.c b/src/hardware/agilent-dmm/api.c index 1e462a17..b03a9e98 100644 --- a/src/hardware/agilent-dmm/api.c +++ b/src/hardware/agilent-dmm/api.c @@ -51,11 +51,7 @@ static const uint64_t samplerates[] = { }; static const char *data_sources[] = { - "Live", - "Log-Hand", - "Log-Trig", - "Log-Auto", - "Log-Export", + "Live", "Log-Hand", "Log-Trig", "Log-Auto", "Log-Export", }; extern const struct agdmm_job agdmm_jobs_live[];