]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/protocol.c
A few more random 'probe' to 'channel' changes.
[libsigrok.git] / hardware / chronovu-la8 / protocol.c
index 85d21d992f385e4ff3987bdad680014ad5095d6b..6f8738bca6dd9d84eb8e599591ee9b2ea93ab320 100644 (file)
@@ -24,8 +24,8 @@
 #include "libsigrok-internal.h"
 #include "protocol.h"
 
-/* Probes are numbered 0-7. */
-SR_PRIV const char *chronovu_la8_channel_names[NUM_PROBES + 1] = {
+/* Channels are numbered 0-7. */
+SR_PRIV const char *chronovu_la8_channel_names[NUM_CHANNELS + 1] = {
        "0", "1", "2", "3", "4", "5", "6", "7",
        NULL,
 };