task_start() no longer depends on CONFIG_MAX_TASK_ARGS

This commit is contained in:
Gregory Nutt 2014-11-12 18:54:35 -06:00
parent ffbd6cf10a
commit 4638a97f97

View File

@ -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