X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fdmm%2Fes519xx.c;h=202b64859a9986105e2674e0367e9f273ac02592;hb=d65f51bf5c549e5dbacb5c6fb6636e482ff02da8;hp=c11343263f6380d179bdab703a81b63588d1058e;hpb=8cbf5627baf007b8766546986ef267868d2ff5b6;p=libsigrok.git diff --git a/src/dmm/es519xx.c b/src/dmm/es519xx.c index c1134326..202b6485 100644 --- a/src/dmm/es519xx.c +++ b/src/dmm/es519xx.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ /* @@ -503,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,