]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-dso/dso.h
Constify a lot more items.
[libsigrok.git] / src / hardware / hantek-dso / dso.h
index 7938e9e516d597037c0e61985df16c970e9e1df4..44cced48400605bad020554ade3fd3e950ab764e 100644 (file)
@@ -154,10 +154,10 @@ struct dso_profile {
        /* VID/PID after firmware upload */
        uint16_t fw_vid;
        uint16_t fw_pid;
-       char *vendor;
-       char *model;
+       const char *vendor;
+       const char *model;
        const uint64_t *buffersizes;
-       char *firmware;
+       const char *firmware;
 };
 
 struct dev_context {