From 7c23f431cefed221a2605ea949fb6ef8d3f069c1 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 6 Apr 2026 12:59:38 +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.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CommandLines.h b/CommandLines.h index 31fab16..1f510f7 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -28,10 +28,6 @@ typedef struct { osThreadAttr_t attr; } thread; - struct { - uint32_t Amb_Fb; - } data; - } tCommandLine; int32_t vTaskGetRunTime(void *env, tCliCmd *cli);