task_start() no longer depends on CONFIG_MAX_TASK_ARGS
This commit is contained in:
parent
ffbd6cf10a
commit
4638a97f97
@ -52,6 +52,11 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* This is an artificial limit to detect error conditions where an argv[]
|
||||
* list is not properly terminated.
|
||||
*/
|
||||
|
||||
#define MAX_START_ARGS 256
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
|
Loading…
Reference in New Issue
Block a user