X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmic-985xx%2Fprotocol.c;h=af567ebd0987a993cebca585ee09d2ebe8025766;hb=9b2b3ef93e9821ffc9edc1c8bdd929c0143939dd;hp=9bd7dcd896050aed44ead03854a425305fd26a81;hpb=301090aa58844e78e7c4d45275a4b6c29b31c72a;p=libsigrok.git diff --git a/src/hardware/mic-985xx/protocol.c b/src/hardware/mic-985xx/protocol.c index 9bd7dcd8..af567ebd 100644 --- a/src/hardware/mic-985xx/protocol.c +++ b/src/hardware/mic-985xx/protocol.c @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -113,7 +112,7 @@ static int handle_packet(const uint8_t *buf, struct sr_dev_inst *sdi, int idx) return SR_ERR; } - sr_analog_init(&analog, &encoding, &meaning, &spec, 3); + sr_analog_init(&analog, &encoding, &meaning, &spec, 1); /* Common values for both channels. */ packet.type = SR_DF_ANALOG; @@ -211,7 +210,7 @@ static int receive_data(int fd, int revents, int idx, void *cb_data) } if (sr_sw_limits_check(&devc->limits)) - sdi->driver->dev_acquisition_stop(sdi); + sr_dev_acquisition_stop(sdi); return TRUE; }