1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #1453 from backenklee/dpr

doc: mainpage.txt fixed minor mistake
This commit is contained in:
René Kijewski 2014-07-20 21:26:18 +02:00
commit d38d0d9b36

View File

@ -152,7 +152,7 @@
* is a default size for any typical thread, _not_ using printf.
* `KERNEL_CONF_STACKSIZE_PRINTF` defines additional stack space needed if the
* 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
* non-newlib dependent platforms this will probably equal
* `KERNEL_CONF_STACKSIZE_DEFAULT`.