Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/cli/cli.h')
-rw-r--r--applications/cli/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/cli/cli.h b/applications/cli/cli.h
index 29f27392..549e72cc 100644
--- a/applications/cli/cli.h
+++ b/applications/cli/cli.h
@@ -33,6 +33,8 @@ typedef enum {
CliCommandFlagInsomniaSafe = (1 << 1), /**< Safe to run with insomnia mode on */
} CliCommandFlag;
+#define RECORD_CLI "cli"
+
/** Cli type anonymous structure */
typedef struct Cli Cli;