mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
Support of FCD Pro dongles part #1: constants
This commit is contained in:
parent
ed0d613f10
commit
655ba362c9
@ -70,7 +70,7 @@ typedef enum
|
|||||||
TLEE_1=3,
|
TLEE_1=3,
|
||||||
TLEE_2=5,
|
TLEE_2=5,
|
||||||
TLEE_3=7
|
TLEE_3=7
|
||||||
} fcdpro_tuner_lna_enhance;
|
} fcdpro_lna_enhance;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
@ -3,11 +3,13 @@ project(fcdlib)
|
|||||||
set(fcdlib_SOURCES
|
set(fcdlib_SOURCES
|
||||||
fcdtraits.cpp
|
fcdtraits.cpp
|
||||||
fcdproplusconst.cpp
|
fcdproplusconst.cpp
|
||||||
|
fcdproconst.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(fcdlib_HEADERS
|
set(fcdlib_HEADERS
|
||||||
fcdtraits.h
|
fcdtraits.h
|
||||||
fcdproplusconst.h
|
fcdproplusconst.h
|
||||||
|
fcdproconst.h
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
Loading…
Reference in New Issue
Block a user