1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
@@ -68,7 +68,7 @@
#include "SWGLimeRFESettings.h"
#include "SWGLimeRFEPower.h"
#ifdef HAS_LIMERFE
#ifdef HAS_LIMERFEUSB
#include "limerfe/limerfecontroller.h"
#endif
@@ -837,7 +837,7 @@ int WebAPIAdapterGUI::instanceAMBEDevicesPatch(
return 200;
}
#ifdef HAS_LIMERFE
#ifdef HAS_LIMERFEUSB
int WebAPIAdapterGUI::instanceLimeRFESerialGet(
SWGSDRangel::SWGLimeRFEDevices& response,
SWGSDRangel::SWGErrorResponse& error)