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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user