X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhwdriver.c;fp=src%2Fhwdriver.c;h=1016507e12eb38951749e4545ebb2eb2b330531c;hb=0cc3d090b7d3039ae096952e8db5c8a468d721ff;hp=cc541550b3ae3b8c2eea86690092ef680b516ae0;hpb=cbfaf5e073765175236d562c05f21fef9d9cd54f;p=libsigrok.git diff --git a/src/hwdriver.c b/src/hwdriver.c index cc541550..1016507e 100644 --- a/src/hwdriver.c +++ b/src/hwdriver.c @@ -270,6 +270,7 @@ static struct sr_key_info sr_key_info_mq[] = { {SR_MQ_APPARENT_POWER, 0, "apparent_power", "Apparent power", NULL}, {SR_MQ_MASS, 0, "mass", "Mass", NULL}, {SR_MQ_HARMONIC_RATIO, 0, "harmonic_ratio", "Harmonic ratio", NULL}, + {SR_MQ_ENERGY, 0, "energy", "Energy", NULL}, ALL_ZERO };