Need to increase the size of an array in tools/kconfig2html.c
This commit is contained in:
parent
62edceecd4
commit
8371204001
@ -59,7 +59,7 @@
|
||||
#define MAX_DEPENDENCIES 100
|
||||
#define MAX_LEVELS 100
|
||||
#define MAX_SELECT 16
|
||||
#define MAX_DEFAULTS 80
|
||||
#define MAX_DEFAULTS 128
|
||||
#define TAB_SIZE 4
|
||||
#define VAR_SIZE 80
|
||||
#define HTML_VAR_SIZE (2*VAR_SIZE + 64)
|
||||
|
Loading…
Reference in New Issue
Block a user