X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fasix-sigma%2Fasix-sigma.c;h=c57ce367fa1075f46cdb0fa5f7007943f10f99d6;hb=23b886bc40eaf14cc44c00cf9dba85404ddc267f;hp=e2193fc8d7fb10459d3c001df388574b9301dfd9;hpb=1e23158b933e2c7d818d95fbbc45cb21cbff7065;p=libsigrok.git diff --git a/hardware/asix-sigma/asix-sigma.c b/hardware/asix-sigma/asix-sigma.c index e2193fc8..c57ce367 100644 --- a/hardware/asix-sigma/asix-sigma.c +++ b/hardware/asix-sigma/asix-sigma.c @@ -360,7 +360,7 @@ static GSList *scan(GSList *options) sr_info("Found ASIX SIGMA - Serial: %s", serial_txt); - devc->cur_samplerate = 0; + devc->cur_samplerate = samplerates[0]; devc->period_ps = 0; devc->limit_msec = 0; devc->cur_firmware = -1;