From: Paul Kasemir Date: Wed, 9 Jun 2021 03:14:02 +0000 (-0600) Subject: link-mso19: Use correct value for 5MHz sample rate X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=943647931ae345ee36789611beb17971f8019fe1;p=libsigrok.git link-mso19: Use correct value for 5MHz sample rate --- diff --git a/src/hardware/link-mso19/protocol.h b/src/hardware/link-mso19/protocol.h index ec710bd8..ac6537a8 100644 --- a/src/hardware/link-mso19/protocol.h +++ b/src/hardware/link-mso19/protocol.h @@ -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 },