X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fasix-sigma%2Fasix-sigma.c;h=73834203fa4ad4b8207cd0edeca3cc15bd3b1039;hb=69cfcfc8f0f3f4358714d706268fc05aaa70ca23;hp=475da6ca7002a1a36d035ce18fcca298b4ee7630;hpb=0abee5076fd7751bd77d0fee940d617a1a40ea34;p=libsigrok.git diff --git a/hardware/asix-sigma/asix-sigma.c b/hardware/asix-sigma/asix-sigma.c index 475da6ca..73834203 100644 --- a/hardware/asix-sigma/asix-sigma.c +++ b/hardware/asix-sigma/asix-sigma.c @@ -83,9 +83,9 @@ static const char *probe_names[NUM_PROBES + 1] = { }; static struct sr_samplerates samplerates = { - SR_KHZ(200), - SR_MHZ(200), - SR_HZ(0), + 0, + 0, + 0, supported_samplerates, };