X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libsigrok-internal.h;h=0b92a488bfa43b43bd0cfc94b11e5582572b50b6;hb=d5ce233fe16a68e6522538c226a91e63628521dd;hp=bed792b0f6d31af8c1f71d7de88a9942a363ff1e;hpb=ce3777ada98c5099d2867653f25239b85cf55708;p=libsigrok.git diff --git a/libsigrok-internal.h b/libsigrok-internal.h index bed792b0..0b92a488 100644 --- a/libsigrok-internal.h +++ b/libsigrok-internal.h @@ -197,7 +197,7 @@ struct metex14_info { gboolean is_ac, is_dc, is_resistance, is_capacity, is_temperature; gboolean is_diode, is_frequency, is_ampere, is_volt, is_farad; gboolean is_hertz, is_ohm, is_celsius, is_nano, is_micro, is_milli; - gboolean is_kilo, is_mega; + gboolean is_kilo, is_mega, is_gain, is_decibel, is_hfe, is_unitless; }; SR_PRIV int sr_metex14_packet_request(struct sr_serial_dev_inst *serial);