]> sigrok.org Git - libsigrok.git/commitdiff
ipdbg-la: Fix devopts[] contents.
authorUwe Hermann <redacted>
Wed, 29 Aug 2018 22:39:40 +0000 (00:39 +0200)
committerUwe Hermann <redacted>
Wed, 29 Aug 2018 22:39:40 +0000 (00:39 +0200)
src/hardware/ipdbg-la/api.c

index 984778eda7a411da47ae09f91143826b3886b985..7444b84a17989c68ce968f70f01127931b218615 100644 (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[] = {