]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rdtech-um/protocol.h
rdtech-um: rephrase channel count in profile description
[libsigrok.git] / src / hardware / rdtech-um / protocol.h
index dfe1cd75642421812454ddb93e5dba80027fe3bb..e501e920861037955e91a96ecd1257edcda7bff7 100644 (file)
@@ -38,6 +38,7 @@ struct rdtech_um_profile {
        const char *model_name;
        enum rdtech_um_model_id model_id;
        const struct binary_analog_channel *channels;
+       size_t channel_count;
        gboolean (*csum_ok)(const uint8_t *buf, size_t len);
 };