X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmic-985xx%2Fprotocol.h;fp=src%2Fhardware%2Fmic-985xx%2Fprotocol.h;h=f0e31a61e8cf5bcded1b4054c45c7422644ede2c;hb=2c24077466a299ead689c90f01f55f6d86c7386b;hp=42a01daf6151166e25f849e7a1b5c97c69eb21da;hpb=45ec8f775680124d49e82251f258104cf4414f17;p=libsigrok.git diff --git a/src/hardware/mic-985xx/protocol.h b/src/hardware/mic-985xx/protocol.h index 42a01daf..f0e31a61 100644 --- a/src/hardware/mic-985xx/protocol.h +++ b/src/hardware/mic-985xx/protocol.h @@ -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;