mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
* SDK: Fix missing RECORD_CLI define * sdk: added compatibility `cli.h` header * cli: updated porting comments --------- Co-authored-by: hedger <hedger@nanode.su>
10 lines
184 B
C
10 lines
184 B
C
#pragma once
|
|
|
|
#include "cli.h"
|
|
#include <toolbox/cli/cli_command.h>
|
|
#include <toolbox/cli/cli_registry.h>
|
|
|
|
#define CLI_APPID "cli"
|
|
|
|
void cli_main_commands_init(CliRegistry* registry);
|