]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-ut32x/api.c
drivers: Shorten some unnecessarily long arrays.
[libsigrok.git] / src / hardware / uni-t-ut32x / api.c
index c6d2ae6018cbdce0c0dbfc79c6c9e5fe7accb6af..f51249931c211360ffd755a00bb6178c68d70c37 100644 (file)
@@ -40,8 +40,7 @@ static const char *channel_names[] = {
 };
 
 static const char *data_sources[] = {
-       "Live",
-       "Memory",
+       "Live", "Memory",
 };
 
 static GSList *scan(struct sr_dev_driver *di, GSList *options)