]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hantek-dso/dso.h
sr: hantek-dso: Consistency renames, constification.
[libsigrok.git] / hardware / hantek-dso / dso.h
index aa0cd8be001ab6e20c788b80df7861668f08adc3..44c32982f7d071e402aaa9d890e539cff4a30a1f 100644 (file)
@@ -160,7 +160,7 @@ struct dso_profile {
 };
 
 struct context {
-       struct dso_profile *profile;
+       const struct dso_profile *profile;
        struct sr_usb_dev_inst *usb;
        void *cb_data;
        uint64_t limit_frames;