]> sigrok.org Git - libsigrok.git/blobdiff - hardware/demo/demo.c
Shorten probe_names[] arrays everywhere.
[libsigrok.git] / hardware / demo / demo.c
index aac585a2f3212311372ab617d8bd0dc409a3a194..7238d84e04e6518a402a929fd43993a80c181afe 100644 (file)
@@ -111,14 +111,7 @@ static const char *pattern_strings[] = {
 
 /* We name the probes 0-7 on our demo driver. */
 static const char *probe_names[NUM_PROBES + 1] = {
-       "0",
-       "1",
-       "2",
-       "3",
-       "4",
-       "5",
-       "6",
-       "7",
+       "0", "1", "2", "3", "4", "5", "6", "7",
        NULL,
 };