]> sigrok.org Git - libsigrok.git/commitdiff
hameg-hmo: Support DC LINE coupling.
authorBert Vermeulen <redacted>
Fri, 27 Dec 2013 15:00:25 +0000 (16:00 +0100)
committerBert Vermeulen <redacted>
Fri, 27 Dec 2013 15:28:42 +0000 (16:28 +0100)
hardware/hameg-hmo/protocol.c

index d014eafe9cec9ac2ae1ad6cf3e83232fdf7f3695..397497de542600eb26036dcb7ee763931a9a9e5a 100644 (file)
@@ -62,6 +62,7 @@ static const char *hmo_coupling_options[] = {
        "AC",
        "ACL",
        "DC",
+       "DCL",
        "GND",
        NULL,
 };