X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Flecroy-xstream%2Fprotocol.h;h=fa68f71f311fdf19a9547df635db2ab08fbbe1e8;hb=76f0fa5dfb6efe7afdaa3a1101d3d894840471cc;hp=fecab8905147f20854bc0c48d88ff51df03254b9;hpb=692716f5d1aae4ef06c67b57aaf253f46f538c33;p=libsigrok.git diff --git a/src/hardware/lecroy-xstream/protocol.h b/src/hardware/lecroy-xstream/protocol.h index fecab890..fa68f71f 100644 --- a/src/hardware/lecroy-xstream/protocol.h +++ b/src/hardware/lecroy-xstream/protocol.h @@ -47,10 +47,10 @@ struct scope_config { const char *(*trigger_slopes)[]; const uint8_t num_trigger_slopes; - const struct sr_rational *timebases; + const uint64_t (*timebases)[][2]; const uint8_t num_timebases; - const struct sr_rational *vdivs; + const uint64_t (*vdivs)[][2]; const uint8_t num_vdivs; const uint8_t num_xdivs;