X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fcommon%2Fscpi_usbtmc.c;h=8254f8019be990ceee5bf874635b8b77be1c1456;hb=144f6660d004d60264a57db7150ed90e5f68ea77;hp=1ffc34ae9392c8826161e21e669eaef232daafeb;hpb=b541f8376d8fadb1377e3140c3d79304f5d680ec;p=libsigrok.git diff --git a/hardware/common/scpi_usbtmc.c b/hardware/common/scpi_usbtmc.c index 1ffc34ae..8254f801 100644 --- a/hardware/common/scpi_usbtmc.c +++ b/hardware/common/scpi_usbtmc.c @@ -87,7 +87,7 @@ static int scpi_usbtmc_open(void *priv) } static int scpi_usbtmc_source_add(void *priv, int events, int timeout, - sr_receive_data_callback_t cb, void *cb_data) + sr_receive_data_callback cb, void *cb_data) { struct usbtmc_scpi *uscpi = priv; struct sr_usbtmc_dev_inst *usbtmc = uscpi->usbtmc;