From b9fac958ea954347f34a765b4f466aeecc619efb Mon Sep 17 00:00:00 2001 From: Titov Leonid Date: Wed, 26 Jun 2024 15:37:40 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=87=D0=B8=D1=82=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=80=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../free_rtos/ethernet_industry/CoE/eth_ecat_pdo_fmmu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/free_rtos/ethernet_industry/CoE/eth_ecat_pdo_fmmu.hpp b/components/free_rtos/ethernet_industry/CoE/eth_ecat_pdo_fmmu.hpp index a559bb8..04b42f3 100644 --- a/components/free_rtos/ethernet_industry/CoE/eth_ecat_pdo_fmmu.hpp +++ b/components/free_rtos/ethernet_industry/CoE/eth_ecat_pdo_fmmu.hpp @@ -264,7 +264,7 @@ void EthEcatPdoFMMU::process(Allocator& allocator) { custom_tuple< std::vector& > data_tuple_read{pdo_read}; custom_tuple< std::vector& > data_tuple_write{pdo_write}; - status = read(0, pdo_write); // read to pdo_write ! + status = read(0, pdo_read); // read to pdo_write ! if(status != true) { return;