From: Bert Vermeulen Date: Fri, 27 Dec 2013 15:00:25 +0000 (+0100) Subject: hameg-hmo: Support DC LINE coupling. X-Git-Tag: libsigrok-0.3.0~397 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=53cd1c78f56c533652c8bc15f6823f3e92303606;p=libsigrok.git hameg-hmo: Support DC LINE coupling. --- diff --git a/hardware/hameg-hmo/protocol.c b/hardware/hameg-hmo/protocol.c index d014eafe..397497de 100644 --- a/hardware/hameg-hmo/protocol.c +++ b/hardware/hameg-hmo/protocol.c @@ -62,6 +62,7 @@ static const char *hmo_coupling_options[] = { "AC", "ACL", "DC", + "DCL", "GND", NULL, };