You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
10 years ago
|
/* builtin command list - automatically generated, do not edit */
|
||
|
#include <nuttx/config.h>
|
||
|
#include <nuttx/binfmt/builtin.h>
|
||
|
#include <nuttx/config.h>
|
||
|
${builtin_apps_decl_string}
|
||
|
const struct builtin_s g_builtins[] = {
|
||
|
${builtin_apps_string}
|
||
|
{NULL, 0, 0, NULL}
|
||
|
};
|
||
|
const int g_builtin_count = ${command_count};
|