]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/api.c
fx2lafw: allow for sampling at 48MHz, matching a fw change
[libsigrok.git] / src / hardware / fx2lafw / api.c
index d107191663a820af2f7ccdb3115bb08b507f428d..04efcf3f6abba45d47dab0a2974a8f3c56c97e90 100644 (file)
@@ -157,6 +157,7 @@ static const uint64_t samplerates[] = {
        SR_MHZ(12),
        SR_MHZ(16),
        SR_MHZ(24),
+       SR_MHZ(48),
 };
 
 static gboolean is_plausible(const struct libusb_device_descriptor *des)