]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/lascar-el-usb/protocol.c
Use the ALLZERO macro in more places.
[libsigrok.git] / src / hardware / lascar-el-usb / protocol.c
index ac8b6ff9c4fe5f8e86806d71988366f2780b40b3..2584e8b09830015b5b22940712d4baeb06cb1c8e 100644 (file)
@@ -52,7 +52,7 @@ static const struct elusb_profile profiles[] = {
        { 19, "EL-USB-1-LCD", LOG_UNSUPPORTED },
        { 20, "EL-OEM-3", LOG_UNSUPPORTED },
        { 21, "EL-USB-1-LCD", LOG_UNSUPPORTED },
-       { 0, NULL, 0 }
+       ALL_ZERO
 };
 
 static libusb_device_handle *lascar_open(struct libusb_device *dev)