From 2d8798d2607e9fb340ea1368658164101d13008d Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Fri, 18 Mar 2022 23:55:48 +0100 Subject: [PATCH] graphics/nxwidgets/UnitTests: correct configuration option name in README.md Signed-off-by: Petro Karashchenko --- graphics/nxwidgets/UnitTests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nxwidgets/UnitTests/README.md b/graphics/nxwidgets/UnitTests/README.md index 1793cd58e..b96875485 100644 --- a/graphics/nxwidgets/UnitTests/README.md +++ b/graphics/nxwidgets/UnitTests/README.md @@ -204,7 +204,7 @@ NXWidgets.: requires large stacks. If you are using X11 in the simulation, make sure that you set aside a "lot" of stack for the X11 system calls (maybe 8 or 16Kb). The stack size for the thread that begins with user start is controlled by - the configuration setting `CONFIG_USERMAIN_STACKSIZE`; you may need to + the configuration setting `CONFIG_INIT_STACKSIZE`; you may need to increase this value to larger number to survive the X11 system calls. If you are running X11 applications as NSH add-on programs, then the stack