fix regression in 4c9fcf86651232c2104b57510a0ac86cf86123e4
This commit is contained in:
@ -1757,6 +1757,7 @@ static void LIBUSB_CALL hackrf_libusb_transfer_callback(struct libusb_transfer*
|
||||
}
|
||||
} else {
|
||||
transfer_finished(device, usb_transfer);
|
||||
device->streaming = false;
|
||||
}
|
||||
} else if(usb_transfer->status == LIBUSB_TRANSFER_CANCELLED) {
|
||||
transfer_finished(device, usb_transfer);
|
||||
|
Reference in New Issue
Block a user