X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fpipistrello-ols%2Fapi.c;h=4440be67f52695fd4613dac506381a93c253efae;hb=6e43c3d5318a8ff320bf6539a9efe7f0b8497e2f;hp=7dd94f8c355dc5dfd418972e95aab27ef76914c4;hpb=4d67b9d9dcfbb26f21b5092b79c10da8544e7df1;p=libsigrok.git diff --git a/src/hardware/pipistrello-ols/api.c b/src/hardware/pipistrello-ols/api.c index 7dd94f8c..4440be67 100644 --- a/src/hardware/pipistrello-ols/api.c +++ b/src/hardware/pipistrello-ols/api.c @@ -201,7 +201,7 @@ static void clear_helper(void *priv) static int dev_clear(const struct sr_dev_driver *di) { - return std_dev_clear(di, clear_helper); + return std_dev_clear_with_callback(di, clear_helper); } static int config_get(uint32_t key, GVariant **data, const struct sr_dev_inst *sdi,