ipdbg-la: Remove SR_CONF_SERIALCOMM

This commit is contained in:
Soeren Apel 2018-08-20 23:26:46 +02:00 committed by Uwe Hermann
parent 9d2e5483dc
commit 8771222588
1 changed files with 1 additions and 2 deletions

View File

@ -26,13 +26,12 @@ static const uint32_t ipdbg_org_la_drvopts[] = {
static const uint32_t ipdbg_org_la_scanopts[] = { static const uint32_t ipdbg_org_la_scanopts[] = {
SR_CONF_CONN, SR_CONF_CONN,
SR_CONF_SERIALCOMM,
}; };
static const uint32_t ipdbg_org_la_devopts[] = { static const uint32_t ipdbg_org_la_devopts[] = {
SR_CONF_TRIGGER_MATCH | SR_CONF_LIST | SR_CONF_SET, SR_CONF_TRIGGER_MATCH | SR_CONF_LIST | SR_CONF_SET,
SR_CONF_CAPTURE_RATIO | SR_CONF_GET | SR_CONF_SET, SR_CONF_CAPTURE_RATIO | SR_CONF_GET | SR_CONF_SET,
SR_CONF_LIMIT_SAMPLES | SR_CONF_GET SR_CONF_LIMIT_SAMPLES | SR_CONF_GET,
}; };
static const int32_t ipdbg_org_la_trigger_matches[] = { static const int32_t ipdbg_org_la_trigger_matches[] = {