We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc41a8 commit 0521679Copy full SHA for 0521679
source_modules/rtl_sdr_source/src/main.cpp
@@ -285,7 +285,7 @@ class RTLSDRSourceModule : public ModuleManager::Instance {
285
#ifndef __ANDROID__
286
int oret = rtlsdr_open(&_this->openDev, _this->devId);
287
#else
288
- int oret = rtlsdr_open_fd(&_this->openDev, _this->devFd);
+ int oret = rtlsdr_open_sys_dev(&_this->openDev, _this->devFd);
289
#endif
290
291
if (oret < 0) {
0 commit comments