android fix

This commit is contained in:
AlexandreRouma
2022-09-03 00:38:18 +02:00
parent 72b895fc67
commit cd71becd8a
3 changed files with 5 additions and 3 deletions

View File

@ -171,7 +171,7 @@ public:
#ifndef __ANDROID__
int oret = rtlsdr_open(&openDev, id);
#else
int oret = rtlsdr_open(&openDev, devFd);
int oret = rtlsdr_open_fd(&openDev, devFd);
#endif
if (oret < 0) {