X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fchronovu-la%2Fapi.c;h=d6ed20d9277807a6d674dc94b557046d5745ca20;hb=6e43c3d5318a8ff320bf6539a9efe7f0b8497e2f;hp=8824abbd0d3f274ab2269bc84a7b64ea45e04f45;hpb=4d67b9d9dcfbb26f21b5092b79c10da8544e7df1;p=libsigrok.git diff --git a/src/hardware/chronovu-la/api.c b/src/hardware/chronovu-la/api.c index 8824abbd..d6ed20d9 100644 --- a/src/hardware/chronovu-la/api.c +++ b/src/hardware/chronovu-la/api.c @@ -55,7 +55,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 add_device(int model, struct libusb_device_descriptor *des,