]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/manson-hcs-3xxx/protocol.h
Constify a few arrays and variables.
[libsigrok.git] / src / hardware / manson-hcs-3xxx / protocol.h
index b4441d070658d65f23187a6556492bb2703be536..e903537728c2bdca03c08b599182ec59e307f81f 100644 (file)
@@ -66,7 +66,7 @@ struct hcs_model {
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       struct hcs_model *model; /**< Model informaion. */
+       const struct hcs_model *model; /**< Model informaion. */
 
        uint64_t limit_samples;
        uint64_t limit_msec;