]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/protocol.c
Shorten probe_names[] arrays everywhere.
[libsigrok.git] / hardware / chronovu-la8 / protocol.c
index 9b25cd7f2aca7cda43998ead73e37cde42b78ba4..5eb781e1dfdacde8648116d36d2cdd9875f3b320 100644 (file)
 
 /* Probes are numbered 0-7. */
 SR_PRIV const char *probe_names[NUM_PROBES + 1] = {
-       "0",
-       "1",
-       "2",
-       "3",
-       "4",
-       "5",
-       "6",
-       "7",
+       "0", "1", "2", "3", "4", "5", "6", "7",
        NULL,
 };