mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 19:09:06 +08:00
11 lines
312 B
C
11 lines
312 B
C
/* 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};
|