X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fkorad-kaxxxxp%2Fprotocol.h;h=307424a0200f1e27605aba18b9dbd221e94c5738;hb=c01bf34ca264b268fee2e71ab918c71d28dc3018;hp=55dbc4c62a0a74ae80818b7789d42a639087edb5;hpb=ae9ca5b1df8137083e37588665f7322306346420;p=libsigrok.git diff --git a/src/hardware/korad-kaxxxxp/protocol.h b/src/hardware/korad-kaxxxxp/protocol.h index 55dbc4c6..307424a0 100644 --- a/src/hardware/korad-kaxxxxp/protocol.h +++ b/src/hardware/korad-kaxxxxp/protocol.h @@ -40,6 +40,7 @@ enum { VELLEMAN_PS3005D, VELLEMAN_LABPS3005D, KORAD_KA3005P, + KORAD_KA3005P_0X01, /* Support for future devices with this protocol. */ }; @@ -82,8 +83,6 @@ struct dev_context { int64_t req_sent_at; gboolean reply_pending; - void *cb_data; - /* Operational state */ float current; /**< Last current value [A] read from device. */ float current_max; /**< Output current set. */