increase default adapter number to 64

This commit is contained in:
Ralph Metzler 2017-04-20 15:55:27 +02:00
parent f44a9dfcbd
commit 4699a19bfb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#if defined(CONFIG_DVB_MAX_ADAPTERS) && CONFIG_DVB_MAX_ADAPTERS > 0
#define DVB_MAX_ADAPTERS CONFIG_DVB_MAX_ADAPTERS
#else
#define DVB_MAX_ADAPTERS 8
#define DVB_MAX_ADAPTERS 64
#endif
#define DVB_UNSET (-1)