mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-26 23:55:54 +00: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;
|