Merge pull request #74 from xloem/patch-1

Update rtl-sdr.h
development
hayati ayguen 2020-08-01 21:36:11 +00:00 committed by GitHub
commit f93712213d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -463,6 +463,9 @@ RTLSDR_API int rtlsdr_read_async(rtlsdr_dev_t *dev,
/*!
* Cancel all pending asynchronous operations on the device.
* Due to incomplete concurrency implementation, this should
* only be called from within the callback function, so it is
* in the correct thread.
*
* \param dev the device handle given by rtlsdr_open()
* \return 0 on success