mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
8 lines
147 B
C
8 lines
147 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <toolbox/cli/cli_command.h>
|
||
|
|
|
||
|
|
void cli_main_motd(void* context);
|
||
|
|
|
||
|
|
extern const CliCommandExternalConfig cli_main_ext_config;
|