]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/beaglelogic/api.c
Remove unneeded explicit array size specification.
[libsigrok.git] / src / hardware / beaglelogic / api.c
index d10d071bff0b54eca7e1aa109742950b8be758ee..6bfb6df1080a2059db7936a813061ffb037834f0 100644 (file)
@@ -48,7 +48,7 @@ static const int32_t soft_trigger_matches[] = {
 };
 
 /* Channels are numbered 0-13 */
-SR_PRIV const char *beaglelogic_channel_names[NUM_CHANNELS + 1] = {
+SR_PRIV const char *beaglelogic_channel_names[] = {
        "P8_45", "P8_46", "P8_43", "P8_44", "P8_41", "P8_42", "P8_39", "P8_40",
        "P8_27", "P8_29", "P8_28", "P8_30", "P8_21", "P8_20", NULL,
 };