Skip to content

Commit

Permalink
dm900/dm920: fix tuner count, set to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jun 12, 2024
1 parent 5af58fa commit 79575d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/scan_setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
#if BOXMODEL_VUULTIMO4K
std::string modestr[24];
#else
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K || BOXMODEL_DM900 || BOXMODEL_DM920
std::string modestr[16];
#else
std::string modestr[4];
Expand Down
2 changes: 1 addition & 1 deletion src/zapit/include/zapit/femanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define MAX_FE 24
#define MAX_ADAPTERS 4
#else
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K
#if BOXMODEL_VUSOLO4K || BOXMODEL_VUDUO4K || BOXMODEL_VUDUO4KSE || BOXMODEL_VUUNO4KSE || BOXMODEL_VUUNO4K || BOXMODEL_DM900 || BOXMODEL_DM920
#define MAX_FE 16
#define MAX_ADAPTERS 4
#else
Expand Down

0 comments on commit 79575d1

Please sign in to comment.