X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fes519xx.c;h=202b64859a9986105e2674e0367e9f273ac02592;hb=97a000748a1a4ca7370121af0c84d0e2281d527a;hp=4ebc293d8191939c4bf242e83a1354e94ac9dc49;hpb=2ea1fdf12113311cbe1a4316e9e2efe4d8ac40f0;p=libsigrok.git diff --git a/src/dmm/es519xx.c b/src/dmm/es519xx.c index 4ebc293d..202b6485 100644 --- a/src/dmm/es519xx.c +++ b/src/dmm/es519xx.c @@ -502,7 +502,7 @@ static void handle_flags(struct sr_datafeed_analog *analog, if (info->is_auto) analog->meaning->mqflags |= SR_MQFLAG_AUTORANGE; if (info->is_diode) - analog->meaning->mqflags |= SR_MQFLAG_DIODE; + analog->meaning->mqflags |= SR_MQFLAG_DIODE | SR_MQFLAG_DC; if (info->is_hold) /* * Note: HOLD only affects the number displayed on the LCD,