ipdbg-la: Fix devopts[] contents.

This commit is contained in:
Uwe Hermann 2018-08-30 00:39:40 +02:00
parent 1f15efc1f7
commit 1f9652a861
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ static const uint32_t scanopts[] = {
};
static const uint32_t devopts[] = {
SR_CONF_TRIGGER_MATCH | SR_CONF_LIST | SR_CONF_SET,
SR_CONF_TRIGGER_MATCH | SR_CONF_LIST,
SR_CONF_CAPTURE_RATIO | SR_CONF_GET | SR_CONF_SET,
SR_CONF_LIMIT_SAMPLES | SR_CONF_GET,
SR_CONF_LIMIT_SAMPLES | SR_CONF_GET | SR_CONF_SET,
};
static const int32_t trigger_matches[] = {