]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/zeroplus-logic-cube/api.c
Constify a lot more items.
[libsigrok.git] / src / hardware / zeroplus-logic-cube / api.c
index 50b7df9e423ece744797a9af375bf7af8403a9f3..6a76b3d8d758cd14806bcd6e17eafe4aafd35b63 100644 (file)
@@ -31,7 +31,7 @@
 struct zp_model {
        uint16_t vid;
        uint16_t pid;
-       char *model_name;
+       const char *model_name;
        unsigned int channels;
        unsigned int sample_depth;      /* In Ksamples/channel */
        unsigned int max_sampling_freq;