1
0
Fork 0
forked from nuttx/nuttx-update

kconfig2html: Exceed original maximum number of selects

This commit is contained in:
Gregory Nutt 2014-06-16 10:58:38 -06:00
parent ee42690057
commit 6f6dc76f15

View file

@ -58,7 +58,7 @@
#define SCRATCH_SIZE 2048
#define MAX_DEPENDENCIES 100
#define MAX_LEVELS 100
#define MAX_SELECT 16
#define MAX_SELECT 64
#define MAX_DEFAULTS 128
#define TAB_SIZE 4
#define VAR_SIZE 80