X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hwdriver.c;h=00e111c6ebcce878a321cdea42199613ae6053fc;hb=67055d4c184c8ff1db5f296608ac5c77f80ac437;hp=90661f176feddfb6cc5acfbe2de6a4679d739214;hpb=2710cb53fd4e56eb0ffe0b76657a67cce932c734;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index 90661f17..00e111c6 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -100,6 +100,8 @@ static struct sr_config_info sr_config_info_data[] = { "Number of logic probes", NULL}, {SR_CONF_NUM_ANALOG_PROBES, SR_T_INT32, "analog_probes", "Number of analog probes", NULL}, + {SR_CONF_MAX_UNCOMPRESSED_SAMPLES, SR_T_UINT64, "max_uncompressed_samples", + "Maximum number of uncompressed samples", NULL}, {0, 0, NULL, NULL, NULL}, };