X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Flcr%2Fes51919.c;h=9cd1c2da1f7223cc5e236a3e354745a61f89ace0;hb=d2f7c417fdd96a13d8fd86350d2fc13db16f626c;hp=3a987c626928c1a62b1953077713383fa18b5bf0;hpb=6ad2fbaad2722f0aa18c3600cdbdddf812784b2d;p=libsigrok.git diff --git a/src/lcr/es51919.c b/src/lcr/es51919.c index 3a987c62..9cd1c2da 100644 --- a/src/lcr/es51919.c +++ b/src/lcr/es51919.c @@ -731,7 +731,7 @@ static int receive_data(int fd, int revents, void *cb_data) if (dev_limit_counter_limit_reached(&devc->frame_count) || dev_time_limit_reached(&devc->time_count)) - sdi->driver->dev_acquisition_stop(sdi); + sr_dev_acquisition_stop(sdi); return TRUE; }