mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
femanager: scan for max. 4 frontends
...otherwise we'll miss the 2nd SAT tuner of spark7162...
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <OpenThreads/Mutex>
|
||||
|
||||
#define MAX_FE 2
|
||||
#define MAX_FE 4
|
||||
#define MAX_ADAPTERS 1
|
||||
#define MAKE_FE_KEY(adapter, number) ((adapter << 8) | (number & 0xFF))
|
||||
|
||||
|
Reference in New Issue
Block a user