mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-03 07:28:28 +02:00
android fixes
This commit is contained in:
@ -285,7 +285,7 @@ private:
|
||||
#ifndef __ANDROID__
|
||||
int oret = rtlsdr_open(&_this->openDev, _this->devId);
|
||||
#else
|
||||
int oret = rtlsdr_open(&_this->openDev, _this->devFd);
|
||||
int oret = rtlsdr_open_fd(&_this->openDev, _this->devFd);
|
||||
#endif
|
||||
|
||||
if (oret < 0) {
|
||||
|
Reference in New Issue
Block a user