]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/asix-sigma.c
sr: Fix some samplerate fields.
[libsigrok.git] / hardware / asix-sigma / asix-sigma.c
index 475da6ca7002a1a36d035ce18fcca298b4ee7630..73834203fa4ad4b8207cd0edeca3cc15bd3b1039 100644 (file)
@@ -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,
 };