/** * @file cli_i.h * Internal API for getting commands registered with the CLI */ #pragma once #include #include #include "cli.h" #ifdef __cplusplus extern "C" { #endif #define CLI_BUILTIN_COMMAND_STACK_SIZE (3 * 1024U) typedef struct { void* context; //