Skip to content
Snippets Groups Projects
Commit 38bd2775 authored by Leon George's avatar Leon George
Browse files

doc: mainpage.txt fixed minor mistake

parent 54fd920d
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
* is a default size for any typical thread, _not_ using printf. * is a default size for any typical thread, _not_ using printf.
* `KERNEL_CONF_STACKSIZE_PRINTF` defines additional stack space needed if the * `KERNEL_CONF_STACKSIZE_PRINTF` defines additional stack space needed if the
* thread needs to call printf (which requires additional memory when using * thread needs to call printf (which requires additional memory when using
* newlib. `KERNEL_CONF_STACKSIZE_MAIN` is the stack size for the main thread * newlib). `KERNEL_CONF_STACKSIZE_MAIN` is the stack size for the main thread
* and probably a good size for your application. (Note, that on most * and probably a good size for your application. (Note, that on most
* non-newlib dependent platforms this will probably equal * non-newlib dependent platforms this will probably equal
* `KERNEL_CONF_STACKSIZE_DEFAULT`. * `KERNEL_CONF_STACKSIZE_DEFAULT`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment