From 2cd481d4bfd92c7e63ff484384ba2be19413d24c Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 11 Nov 2023 16:07:25 +0800 Subject: [PATCH] update --- components/iflytop_can_slave_v1/iflytop_can_master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 接收通用指令,广播包 *