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; }