mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-30 03:55:40 +02:00
fix the rtlsdr source on android again
This commit is contained in:
parent
6fc41a81a7
commit
052167962d
@ -285,7 +285,7 @@ private:
|
|||||||
#ifndef __ANDROID__
|
#ifndef __ANDROID__
|
||||||
int oret = rtlsdr_open(&_this->openDev, _this->devId);
|
int oret = rtlsdr_open(&_this->openDev, _this->devId);
|
||||||
#else
|
#else
|
||||||
int oret = rtlsdr_open_fd(&_this->openDev, _this->devFd);
|
int oret = rtlsdr_open_sys_dev(&_this->openDev, _this->devFd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (oret < 0) {
|
if (oret < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user