X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;h=1403c8ab09adf3a49ad53e3ff289c3877cd15f9e;hb=1cbb3b1cfbd0334001bde052413cc7aa869d5994;hp=f5ef67c99bbb3fa2cd8225554bf9d0beb4997561;hpb=b0acb693f94d920887684eb9fdae77e036965975;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index f5ef67c9..1403c8ab 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -98,16 +98,13 @@ struct dev_context { */ int64_t fw_updated; - /* Supported samplerates */ const uint64_t *samplerates; int num_samplerates; - /* Device/capture settings */ uint64_t cur_samplerate; uint64_t limit_samples; uint64_t capture_ratio; - /* Operational settings */ gboolean trigger_fired; gboolean acq_aborted; gboolean sample_wide;