]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/zeroplus.c
sr: Fix some samplerate fields.
[libsigrok.git] / hardware / zeroplus-logic-cube / zeroplus.c
index c6131a51e601f0479c577c4bc88052ac6a050a30..8bfc5ad830be0a342a3115a0fd819d42eeda758c 100644 (file)
@@ -135,9 +135,9 @@ static uint64_t supported_samplerates[] = {
 };
 
 static struct sr_samplerates samplerates = {
-       SR_HZ(0),
-       SR_HZ(0),
-       SR_HZ(0),
+       0,
+       0,
+       0,
        supported_samplerates,
 };