mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +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;
|