X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fnorma-dmm%2Fprotocol.c;fp=src%2Fhardware%2Fnorma-dmm%2Fprotocol.c;h=4dc717c9d0aa9967d992e306a385c0d7b4d813e6;hb=1b4aedc06f4ea5e63c604bf37e5c95c592fab73a;hp=a077cf983b05ef392a642f322ebe9991fab0852e;hpb=ff7c7cda93a8457777eda9466c561d62313a9d49;p=libsigrok.git diff --git a/src/hardware/norma-dmm/protocol.c b/src/hardware/norma-dmm/protocol.c index a077cf98..4dc717c9 100644 --- a/src/hardware/norma-dmm/protocol.c +++ b/src/hardware/norma-dmm/protocol.c @@ -30,7 +30,7 @@ SR_PRIV const struct nmadmm_req nmadmm_requests[] = { { NMADMM_REQ_IDN, "IDN?" }, { NMADMM_REQ_IDN, "STATUS?" }, - { 0, NULL }, + ALL_ZERO }; static int nma_send_req(const struct sr_dev_inst *sdi, int req, char *params)