1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 07:46:37 -04:00

Support of FCD Pro dongles part #1: constants

This commit is contained in:
f4exb 2015-09-07 02:53:32 +02:00
parent ed0d613f10
commit 655ba362c9
2 changed files with 3 additions and 1 deletions

View File

@ -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
{ {

View File

@ -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(