Add SR_CONF_TRIGGER_TYPE config_info list

This commit is contained in:
Bert Vermeulen 2013-03-25 20:29:45 +01:00
parent ec4063b83c
commit 8e34ca86fb
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ static struct sr_config_info sr_config_info_data[] = {
"Pre-trigger capture ratio", NULL},
{SR_CONF_PATTERN_MODE, SR_T_CHAR, "pattern",
"Pattern generator mode", NULL},
{SR_CONF_TRIGGER_TYPE, SR_T_CHAR, "triggertype",
"Trigger types", NULL},
{SR_CONF_RLE, SR_T_BOOL, "rle",
"Run Length Encoding", NULL},
{SR_CONF_TRIGGER_SLOPE, SR_T_UINT64, "triggerslope",