X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.h;fp=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.h;h=b9a256d17ab820daf73e631890a70bc6ad05278b;hb=2c24077466a299ead689c90f01f55f6d86c7386b;hp=633c0a20d39835f7beb3be79b430ba92bc3b98a9;hpb=45ec8f775680124d49e82251f258104cf4414f17;p=libsigrok.git diff --git a/src/hardware/atten-pps3xxx/protocol.h b/src/hardware/atten-pps3xxx/protocol.h index 633c0a20..b9a256d1 100644 --- a/src/hardware/atten-pps3xxx/protocol.h +++ b/src/hardware/atten-pps3xxx/protocol.h @@ -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];