]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
Constify a few arrays and variables.
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 5e19ca433157b7fdc211b1c49dcd994d35b30db9..8235b1e733caf1524de6c5df96eb4c4d26692b2c 100644 (file)
@@ -90,7 +90,7 @@ struct scope_state {
 
 /** Private, per-device-instance driver context. */
 struct dev_context {
-       void *model_config;
+       const void *model_config;
        void *model_state;
 
        struct sr_channel_group **analog_groups;