m2m_cb_app_func.h

/* M2M_OS_MAX_PROCESS: Max number of tasks */

#define M2M_OS_MAX_PROCESS                       32

 

/* M2M_ARGC_MAX: Max number of usable argv strings  */

#define M2M_ARGC_MAX                                  4

 

/* M2M_ARGV_MAXTOKEN: Each argv[] param passed contains a token string with this size */

#define M2M_ARGV_MAXTOKEN             15