Merge pull request #246 from vkchettimada/master

Fixed missing reset of do_exit, which prevented calls to callback whe…
This commit is contained in:
Michael Ossmann
2017-01-23 16:23:42 -07:00
committed by GitHub

View File

@ -1417,6 +1417,7 @@ static int create_transfer_thread(hackrf_device* device,
if( device->transfer_thread_started == false ) if( device->transfer_thread_started == false )
{ {
device->streaming = false; device->streaming = false;
do_exit = false;
result = prepare_transfers( result = prepare_transfers(
device, endpoint_address, device, endpoint_address,