X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fkecheng-kc-330b%2Fprotocol.c;fp=hardware%2Fkecheng-kc-330b%2Fprotocol.c;h=ba55f36f3d3d4627c4f595908ba4d02ad09ca91e;hb=8a2aaffa02d333219ba9159b581a2a7482e5185f;hp=1e12f0fd2a45c6c265fad4816dcbc9c6a1b4cc94;hpb=d87c1766f2968d121cea9d913b06dc3493adfd9e;p=libsigrok.git diff --git a/hardware/kecheng-kc-330b/protocol.c b/hardware/kecheng-kc-330b/protocol.c index 1e12f0fd..ba55f36f 100644 --- a/hardware/kecheng-kc-330b/protocol.c +++ b/hardware/kecheng-kc-330b/protocol.c @@ -336,15 +336,3 @@ SR_PRIV int kecheng_kc_330b_log_info_get(const struct sr_dev_inst *sdi, return SR_OK; } - -static int kecheng_kc_330b_log_date_time_get(const struct sr_dev_inst *sdi, - gboolean *tmp) -{ - - (void)sdi; - (void)tmp; - - /* TODO */ - - return SR_OK; -}