android fixes

This commit is contained in:
AlexandreRouma
2022-09-02 20:08:16 +02:00
parent ce3fea3747
commit 72b895fc67
10 changed files with 22 additions and 32 deletions

View File

@ -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) {