]> sigrok.org Git - libsigrok.git/commitdiff
link-mso19: Use correct value for 5MHz sample rate
authorPaul Kasemir <redacted>
Wed, 9 Jun 2021 03:14:02 +0000 (21:14 -0600)
committerSoeren Apel <redacted>
Wed, 16 Oct 2024 22:08:45 +0000 (00:08 +0200)
src/hardware/link-mso19/protocol.h

index ec710bd8f93bf711e52d564b69ead3c495f37ed0..ac6537a889562e062915b6d4ee21de0971069f0d 100644 (file)
@@ -240,7 +240,7 @@ static const struct rate_map rate_map[] = {
        { SR_MHZ(50),  0x0005, 0 },
        { SR_MHZ(20),  0x0303, 0 },
        { SR_MHZ(10),  0x0308, 0 },
-       { SR_MHZ(5),   0x030c, 0 },
+       { SR_MHZ(5),   0x0312, 0 },
        { SR_MHZ(2),   0x0330, 0 },
        { SR_MHZ(1),   0x0362, 0 },
        { SR_KHZ(500), 0x03c6, 0 },