]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/gmc-mh-1x-2x/protocol.h
Fix a bunch of typos.
[libsigrok.git] / src / hardware / gmc-mh-1x-2x / protocol.h
index 6f751224bd8fafab471eb9f98d9c045d22b10080..5d20e9214e2cafbae09fc220fee3f390c69d4908 100644 (file)
@@ -95,7 +95,7 @@ struct dev_context {
        /* Operational state */
        gboolean settings_ok;   /**< Settings msg received yet. */
        int msg_type;       /**< Message type (MSGID_INF, ...). */
-       int msg_len;        /**< Message lengh (valid when msg, curr. type known).*/
+       int msg_len;        /**< Message length (valid when msg, curr. type known).*/
        int mq;             /**< Measured quantity */
        int unit;           /**< Measured unit */
        uint64_t mqflags;       /**< Measured quantity flags */
@@ -120,7 +120,7 @@ struct dev_context {
 };
 
 /* Forward declarations */
-SR_PRIV int config_set(int key, GVariant *data, const struct sr_dev_inst *sdi,
+SR_PRIV int config_set(uint32_t key, GVariant *data, const struct sr_dev_inst *sdi,
                const struct sr_channel_group *cg);
 SR_PRIV void create_cmd_14(guchar addr, guchar func, guchar* params, guchar* buf);
 SR_PRIV void dump_msg14(guchar* buf, gboolean raw);