]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hantek-dso/api.c
Shorten probe_names[] arrays everywhere.
[libsigrok.git] / hardware / hantek-dso / api.c
index a617e55187dba06328fd98d60026bec93974d6cd..19ddd86e40a4d0f9df746892d9c2324aef31fb1a 100644 (file)
@@ -53,8 +53,7 @@ static const int hwcaps[] = {
 };
 
 static const char *probe_names[] = {
-       "CH1",
-       "CH2",
+       "CH1", "CH2",
        NULL,
 };