From d6962e3b3d76d004190a145f29c0f4bb9b7ef94d Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Sat, 14 Jan 2023 03:52:04 +0100 Subject: [PATCH] trollage --- applications/main/subghz/subghz_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/main/subghz/subghz_cli.c b/applications/main/subghz/subghz_cli.c index 7422b6fb9..d2c999a8d 100644 --- a/applications/main/subghz/subghz_cli.c +++ b/applications/main/subghz/subghz_cli.c @@ -767,7 +767,7 @@ void subghz_on_system_start() { Cli* cli = furi_record_open(RECORD_CLI); cli_add_command(cli, "subghz", CliCommandFlagDefault, subghz_cli_command, NULL); - + // psst RM... i know you dont care much about errors, but if you ever see this... incompatible pointer type :3 cli_add_command(cli, "chat", CliCommandFlagDefault, subghz_cli_command_chat, NULL); furi_record_close(RECORD_CLI);