]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/asix-sigma.c
sr/cli/gtk: Remove analog left-overs from API.
[libsigrok.git] / hardware / asix-sigma / asix-sigma.c
index d93291ea4bb8ba1a9ab49910b7b2d3785a230b0c..1bddda43e44f75e621ddf50b57150d888ce1954c 100644 (file)
@@ -1352,7 +1352,6 @@ static int hw_start_acquisition(int device_index, gpointer session_data)
        gettimeofday(&header.starttime, NULL);
        header.samplerate = sigma->cur_samplerate;
        header.num_logic_probes = sigma->num_probes;
-       header.num_analog_probes = 0;
        sr_session_bus(session_data, &packet);
 
        /* Add capture source. */