1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

LimeRFE USB support: now merged in LimeSuite master. Made Linux specific

This commit is contained in:
f4exb
2020-01-24 23:05:16 +01:00
parent 0ffebe617c
commit b91898efbc
13 changed files with 19 additions and 32 deletions
+2 -2
View File
@@ -66,7 +66,7 @@
#include "webapi/webapiadapterbase.h"
#include "webapiadaptersrv.h"
#ifdef HAS_LIMERFE
#ifdef HAS_LIMERFEUSB
#include "limerfe/limerfecontroller.h"
#endif
@@ -820,7 +820,7 @@ int WebAPIAdapterSrv::instanceAMBEDevicesPatch(
return 200;
}
#ifdef HAS_LIMERFE
#ifdef HAS_LIMERFEUSB
int WebAPIAdapterSrv::instanceLimeRFESerialGet(
SWGSDRangel::SWGLimeRFEDevices& response,
SWGSDRangel::SWGErrorResponse& error)