X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.h;h=01983d3bdf2cbac3cd7984709902b47096971103;hb=d586a7f4bd0d83a1e432d5ca1ee63af94bdb4e13;hp=36ee281a8e2e63bfa32d1af73f20117ca9e3dcd6;hpb=2eb1612d463e9232af437d9a6c1b3897da2367e9;p=libsigrok.git diff --git a/src/hardware/atten-pps3xxx/protocol.h b/src/hardware/atten-pps3xxx/protocol.h index 36ee281a..01983d3b 100644 --- a/src/hardware/atten-pps3xxx/protocol.h +++ b/src/hardware/atten-pps3xxx/protocol.h @@ -74,7 +74,7 @@ struct per_channel_config { /** Private, per-device-instance driver context. */ struct dev_context { /* Model-specific information */ - struct pps_model *model; + const struct pps_model *model; /* Acquisition state */ gboolean acquisition_running;