]> sigrok.org Git - libsigrok.git/blobdiff - hardware/lascar-el-usb/api.c
Shorten probe_names[] arrays everywhere.
[libsigrok.git] / hardware / lascar-el-usb / api.c
index 049c7b519e35286ea0505252b39577882279c839..3ae8ba5315523236692563caabb72a31aea639a9 100644 (file)
@@ -42,9 +42,9 @@ static const int hwcaps[] = {
 
 static const char *probe_names[] = {
        "P1",
+       NULL,
 };
 
-
 /* Properly close and free all devices. */
 static int clear_instances(void)
 {