]> sigrok.org Git - libsigrok.git/blobdiff - hardware/link-mso19/link-mso19.c
sr: Fix some samplerate fields.
[libsigrok.git] / hardware / link-mso19 / link-mso19.c
index b9df6c55e08661148e19f247a55cecddef875935..024e67b8f429ae7e867c1699c19334ff3cbded2c 100644 (file)
@@ -90,9 +90,9 @@ static uint64_t supported_samplerates[] = {
 };
 
 static struct sr_samplerates samplerates = {
-       SR_HZ(100),
-       SR_MHZ(200),
-       SR_HZ(0),
+       0,
+       0,
+       0,
        supported_samplerates,
 };