]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.c
hameg-hmo: support triggering on either falling or rising edge
[libsigrok.git] / src / hardware / hameg-hmo / protocol.c
index 159fe21adaf58f84c2b388f5cdc4a9614596e33b..9d32dc67edfe3656cd4a921462e295f4ab396cbe 100644 (file)
@@ -78,6 +78,7 @@ static const char *hmo_coupling_options[] = {
 static const char *scope_trigger_slopes[] = {
        "POS",
        "NEG",
+       "EITH",
        NULL,
 };