From eaca7ea5a332018deff9096b37d219bc7802b7bc Mon Sep 17 00:00:00 2001 From: algin Date: Mon, 7 Aug 2023 13:52:11 +0300 Subject: [PATCH] =?UTF-8?q?fix(UML-1622):=20=D0=97=D0=B0=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BB=D0=B0=D0=B4=D0=BE=D1=87=D0=BD=D1=8B=D0=B5=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/free_rtos/ethernet_industry/eth_ecat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/free_rtos/ethernet_industry/eth_ecat.cpp b/components/free_rtos/ethernet_industry/eth_ecat.cpp index 76b213a..d656609 100644 --- a/components/free_rtos/ethernet_industry/eth_ecat.cpp +++ b/components/free_rtos/ethernet_industry/eth_ecat.cpp @@ -277,8 +277,8 @@ bool EthEcat::safeop_to_op() { ecat_timer_.Start(); } - DebugP_log((char*)"stat.state = %d, stat.fault = %d\r\n", stat.state, stat.fault); - DebugP_log((char*)"success = %d\r\n", success); + //DebugP_log((char*)"stat.state = %d, stat.fault = %d\r\n", stat.state, stat.fault); + //DebugP_log((char*)"success = %d\r\n", success); return success; }