- vusolo4k: simplify and unify code from commit af87ebc788

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-11-01 22:21:20 +01:00
committed by Thilo Graf
parent af87ebc788
commit af706314e5
8 changed files with 13 additions and 24 deletions

View File

@@ -223,7 +223,7 @@ class CRCInput
RC_tv = KEY_TV,
RC_radio = KEY_RADIO,
RC_text = KEY_TEXT,
#if defined BOXMODEL_VUSOLO4K
#if BOXMODEL_VUSOLO4K
RC_info = 0xFFFE,
RC_epg = KEY_INFO,
#else

View File

@@ -31,7 +31,7 @@
#include <OpenThreads/ReentrantMutex>
#ifdef BOXMODEL_VUSOLO4K
#if BOXMODEL_VUSOLO4K
#define MAX_FE 16
#define MAX_ADAPTERS 4
#else

View File

@@ -1225,7 +1225,7 @@ bool CFrontend::buildProperties(const FrontendParameters *feparams, struct dtv_p
case FEC_2_3:
fec = FEC_2_3;
if (feparams->delsys == DVB_S2 && feparams->modulation == PSK_8)
#if defined BOXMODEL_VUSOLO4K
#if BOXMODEL_VUSOLO4K
pilot = PILOT_AUTO;
#else
pilot = PILOT_ON;