X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmooshimeter-dmm%2Fapi.c;h=6e0b01847217790298a061da498cb042ddb7b453;hb=29bd62ff51b33f2042310b3117a8035a64232cae;hp=b1b940683038400e6e77b6de94e3b2628e02f310;hpb=59d916fe6789909cd9fa4ea636ea994eb0c4b404;p=libsigrok.git diff --git a/src/hardware/mooshimeter-dmm/api.c b/src/hardware/mooshimeter-dmm/api.c index b1b94068..6e0b0184 100644 --- a/src/hardware/mooshimeter-dmm/api.c +++ b/src/hardware/mooshimeter-dmm/api.c @@ -111,7 +111,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options) * descr - handle: 0x0016, uuid: 00002902-0000-1000-8000-00805f9b34fb * descr - handle: 0x0017, uuid: 00002901-0000-1000-8000-00805f9b34fb */ - ret = sr_bt_config_notify(desc, 0x0015, 0x0012, 0x0016, 0x0001); + ret = sr_bt_config_notify(desc, 0x0015, 0x0012, 0x0016, 0x0001, 0); if (ret < 0) goto err;