X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fkecheng-kc-330b%2Fprotocol.c;h=a3a09514a419663edb0b423d194d8fa76b797ccf;hb=4a35548bbee613149fa4fbfa3dd9eaacb7511376;hp=99936c6ce570b34a8b87027796b9b909a2539739;hpb=85ed4ab3bae4e5a6fbc741c4c8f8e2d9923e9594;p=libsigrok.git diff --git a/hardware/kecheng-kc-330b/protocol.c b/hardware/kecheng-kc-330b/protocol.c index 99936c6c..a3a09514 100644 --- a/hardware/kecheng-kc-330b/protocol.c +++ b/hardware/kecheng-kc-330b/protocol.c @@ -342,5 +342,10 @@ SR_PRIV int kecheng_kc_330b_log_date_time_get(const struct sr_dev_inst *sdi, gboolean *tmp) { + (void)sdi; + (void)tmp; + + /* TODO */ + return SR_OK; }