mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -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_2=5,
|
||||
TLEE_3=7
|
||||
} fcdpro_tuner_lna_enhance;
|
||||
} fcdpro_lna_enhance;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -3,11 +3,13 @@ project(fcdlib)
|
||||
set(fcdlib_SOURCES
|
||||
fcdtraits.cpp
|
||||
fcdproplusconst.cpp
|
||||
fcdproconst.cpp
|
||||
)
|
||||
|
||||
set(fcdlib_HEADERS
|
||||
fcdtraits.h
|
||||
fcdproplusconst.h
|
||||
fcdproconst.h
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
Loading…
Reference in New Issue
Block a user