]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/mic-985xx/protocol.h
Constify a lot more items.
[libsigrok.git] / src / hardware / mic-985xx / protocol.h
index 42a01daf6151166e25f849e7a1b5c97c69eb21da..f0e31a61e8cf5bcded1b4054c45c7422644ede2c 100644 (file)
@@ -36,9 +36,9 @@ enum {
 };
 
 struct mic_dev_info {
-       char *vendor;
-       char *device;
-       char *conn;
+       const char *vendor;
+       const char *device;
+       const char *conn;
        uint32_t max_sample_points;
        gboolean has_temperature;
        gboolean has_humidity;