From 15080f3d0cf0e90f7331e536b9d1d8f0e6b9fd87 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 24 Dec 2025 16:47:12 +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 --- Model_Task.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model_Task.c b/Model_Task.c index d4ef9f1..db2ece7 100644 --- a/Model_Task.c +++ b/Model_Task.c @@ -24,9 +24,9 @@ static bool setActuatorBusy(tModelTask *env) { for (uint8_t i = 0; i < 9; ++i) { if (rtY.Out1.COM[i] != 0) { - +#if (LOG_LIN_ACTUATOR == 1) LoggerInfoStatic(LOGGER, LOG_SIGN, "DETECT COMMAND") - +#endif env->triggerCommand = true; for (uint8_t j = 0; j < 9; ++j) {