]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/norma-dmm/protocol.c
Use ALL_ZERO in a few more places.
[libsigrok.git] / src / hardware / norma-dmm / protocol.c
index a077cf983b05ef392a642f322ebe9991fab0852e..4dc717c9d0aa9967d992e306a385c0d7b4d813e6 100644 (file)
@@ -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)