mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
Need to increase the size of an array in tools/kconfig2html.c
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user