mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04: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);
|