hwdriver.c: Add missing SR_MQFLAG_FOUR_WIRE entry.

This commit is contained in:
Uwe Hermann 2016-04-23 17:45:49 +02:00
parent 9a093be9f5
commit 152e7f4d7c
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ static struct sr_key_info sr_key_info_mqflag[] = {
{SR_MQFLAG_AVG, 0, "average", "Average", NULL},
{SR_MQFLAG_REFERENCE, 0, "reference", "Reference", NULL},
{SR_MQFLAG_UNSTABLE, 0, "unstable", "Unstable", NULL},
{SR_MQFLAG_FOUR_WIRE, 0, "four_wire", "4-Wire", NULL},
ALL_ZERO
};