mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-05 08:28:20 +02:00
android fixes
This commit is contained in:
@ -131,7 +131,7 @@ public:
|
||||
#ifndef __ANDROID__
|
||||
int err = airspy_open_sn(&dev, serial);
|
||||
#else
|
||||
int err = airspy_open_sn(&dev, devFd);
|
||||
int err = airspy_open_fd(&dev, devFd);
|
||||
#endif
|
||||
if (err != 0) {
|
||||
char buf[1024];
|
||||
|
Reference in New Issue
Block a user