X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hwdriver.c;h=a5f85b8861bb065145b6943895ca7202ae8f16cb;hb=e6551ea640f113a9f7cd6bfaaf3a8d0689c71edf;hp=cf590cd09e66275bca6bed622e807585e4b4882f;hpb=985727626183bf1517a9046f4eb40c732e566b8f;p=libsigrok.git diff --git a/hwdriver.c b/hwdriver.c index cf590cd0..a5f85b88 100644 --- a/hwdriver.c +++ b/hwdriver.c @@ -79,6 +79,8 @@ static struct sr_config_info sr_config_info_data[] = { "Volts/div", NULL}, {SR_CONF_COUPLING, SR_T_CHAR, "coupling", "Coupling", NULL}, + {SR_CONF_DATALOG, SR_T_BOOL, "datalog", + "Datalog", NULL}, {0, 0, NULL, NULL, NULL}, };