From 4e3a2dad98a9e39322f237fc8499b7d5fd84eac3 Mon Sep 17 00:00:00 2001 From: algin Date: Tue, 11 Jul 2023 13:04:05 +0300 Subject: [PATCH] =?UTF-8?q?fix(UML-1462):=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20const=20=D0=B4=D0=BB=D1=8F=20=D1=84=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=D0=B0=20skip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/free_rtos/ethernet_industry/eth_ecat_packer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/free_rtos/ethernet_industry/eth_ecat_packer.hpp b/components/free_rtos/ethernet_industry/eth_ecat_packer.hpp index cc63297..d9ad2fe 100644 --- a/components/free_rtos/ethernet_industry/eth_ecat_packer.hpp +++ b/components/free_rtos/ethernet_industry/eth_ecat_packer.hpp @@ -23,7 +23,7 @@ struct Padding { struct PackFunctorBase { uint8_t *raw; - bool skip; + const bool skip; template void operator()(DataT& data) {