diff --git a/components/iflytop_can_slave_v1/iflytop_can_master.cpp b/components/iflytop_can_slave_v1/iflytop_can_master.cpp index 422aac7..bbc9e17 100644 --- a/components/iflytop_can_slave_v1/iflytop_can_master.cpp +++ b/components/iflytop_can_slave_v1/iflytop_can_master.cpp @@ -203,7 +203,7 @@ HAL_StatusTypeDef IflytopCanMaster::initializeFilter() { ZLOGE(TAG, "HAL_CAN_ConfigFilter filter0 fail"); return HAL_Status; } - ZLOGI(TAG, "HAL_CAN_ConfigFilter filterID1 %08lx", filterId >> 3); + // ZLOGI(TAG, "filterID1 %08lx", filterId >> 3); /******************************************************************************* * 配置过滤器1, 接收通用指令,广播包 *