diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 44445e8ce0d..eb5a27f53d4 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -271,8 +271,7 @@ int task_create(char *name, int priority, int stack_size, main_t entry, char * c
Note that an arbitrary number of arguments may be passed to the
- spawned functions. The maximum umber of arguments is an OS
- configuration parameter (CONFIG_MAX_TASK_ARGS).
+ spawned functions.
The arguments are copied (via strdup) so that the