X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fmotech-lps-30x%2Fprotocol.h;h=ad7fc07004b6a4af31047b9277d8d5a3515347ac;hp=76f646d8b2c318581b0e1ff4268d9828915ba72c;hb=329733d92c5004f0fe308eff26b9537fded2cdf3;hpb=53cda65a6bff58efed83b9a1c9b058f7d713ba19 diff --git a/src/hardware/motech-lps-30x/protocol.h b/src/hardware/motech-lps-30x/protocol.h index 76f646d8..ad7fc070 100644 --- a/src/hardware/motech-lps-30x/protocol.h +++ b/src/hardware/motech-lps-30x/protocol.h @@ -95,7 +95,7 @@ struct channel_status { /** Private, per-device-instance driver context. */ struct dev_context { /* Model-specific information */ - struct lps_modelspec* model; + const struct lps_modelspec* model; /* Acquisition status */ gboolean acq_running; /**< Aquisition is running. */