mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
Oops.. part of the last change will still in the editor
This commit is contained in:
@@ -99,7 +99,7 @@ struct binary_s
|
||||
FAR const char *filename; /* Full path to the binary to be loaded (See NOTE 1 above) */
|
||||
#if defined(CONFIG_ARCH_ADDRENV) && defined(CONFIG_BUILD_KERNEL)
|
||||
FAR char *argbuffer; /* Allocated argument list */
|
||||
FAR char *argv[CONFIG_MAX_TASK_ARGS+1]; /* Copy of argument list */
|
||||
FAR char **argv; /* Copy of argument list */
|
||||
#else
|
||||
FAR char * const *argv; /* Argument list */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user