From 9d5cd30bb8e9f24ea350bbcea2e5078d9e306ecd Mon Sep 17 00:00:00 2001 From: Razvalyaev Date: Sun, 15 Jun 2025 23:59:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- McuLib/m/periphConfig.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/McuLib/m/periphConfig.m b/McuLib/m/periphConfig.m index 3b7aff2..c5c6e9a 100644 --- a/McuLib/m/periphConfig.m +++ b/McuLib/m/periphConfig.m @@ -294,7 +294,7 @@ classdef periphConfig % === Если не подошло ни под одно из условий === - warning('Объект "%s" не поддерживается универсальным коллбеком.', paramName); + % warning('Объект "%s" не поддерживается универсальным коллбеком.', paramName); end @@ -703,7 +703,7 @@ classdef periphConfig if ~isfield(def, 'NewRow') def.NewRow = mod(rowCount - 1, rowWidth) == 0; elseif def.NewRow == true - rowCount = 0; + rowCount = 1; end rowCountMap(periphName) = rowCount;