]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/atten-pps3xxx/protocol.h
Constify a lot more items.
[libsigrok.git] / src / hardware / atten-pps3xxx / protocol.h
index 633c0a20d39835f7beb3be79b430ba92bc3b98a9..b9a256d17ab820daf73e631890a70bc6ad05278b 100644 (file)
@@ -54,7 +54,7 @@ struct channel_spec {
 
 struct pps_model {
        int modelid;
-       char *name;
+       const char *name;
        int channel_modes;
        int num_channels;
        struct channel_spec channels[MAX_CHANNELS];