]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/manson-hcs-3xxx/protocol.h
Constify a lot more items.
[libsigrok.git] / src / hardware / manson-hcs-3xxx / protocol.h
index c63f943d7645679f285440621df847f386994ddf..8e614ce2a335621932a9869c99358d6aea5ac268 100644 (file)
@@ -58,8 +58,8 @@ enum {
 /** Information on a single model. */
 struct hcs_model {
        int model_id;      /**< Model info */
-       char *name;        /**< Model name */
-       char *id;          /**< Model ID, like delivered by interface */
+       const char *name;  /**< Model name */
+       const char *id;    /**< Model ID, like delivered by interface */
        double voltage[3]; /**< Min, max, step */
        double current[3]; /**< Min, max, step */
 };