mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
Remove use of CONFIG_MASK_TASK_ARGS from NSH
This commit is contained in:
@@ -454,12 +454,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_NSH_BUILTIN_APPS) || defined(CONFIG_NSH_FILE_APPS)
|
||||
# if CONFIG_NSH_MAXARGUMENTS > CONFIG_MAX_TASK_ARGS
|
||||
# warning Number of built-in and file task arguments will be truncated to CONFIG_MAX_TASK_ARGS
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Argument list size
|
||||
*
|
||||
* argv[0]: The command name.
|
||||
|
Reference in New Issue
Block a user