From 583b6e04e1716973ae8eb367ec35113ac27463ad Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 19 Dec 2025 16:07:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommandLines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLines.c b/CommandLines.c index 28b182a..ee8319e 100644 --- a/CommandLines.c +++ b/CommandLines.c @@ -53,7 +53,7 @@ void CommandLine_Init(tCommandLine *env, tSerialPortIO *cliVirtualPortIn_Io, tSe CliRedirectionTable_RecAddStatic(&env->redirectTable, "help", CliCmd_baseCommandHelp, NULL); CliRedirectionTable_RecAddStatic(&env->redirectTable, "mem", vTaskGetRunTime, NULL); CliRedirectionTable_RecAddStatic(&env->redirectTable, "reboot", CliCmd_baseCommandReboot, NULL); - CliRedirectionTable_RecAddStatic(&env->redirectTable, "set_Amb_Fb", CliCmd_set_Amb_Fb, env); + CliRedirectionTable_RecAddStatic(&env->redirectTable, "set_Amb_Fb", (cliCall)CliCmd_set_Amb_Fb, env);