From 0e0423540d59599b216ce2be9fb2598275b2a6cf Mon Sep 17 00:00:00 2001 From: "@rakshita4" Date: Sat, 16 Nov 2024 16:39:39 +0530 Subject: [PATCH] update(can): refine filters to decide application based on both filter ID and mask ID --- ivec_RTE/src/ivec_rte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivec_RTE/src/ivec_rte.c b/ivec_RTE/src/ivec_rte.c index a04e08f..6028e79 100644 --- a/ivec_RTE/src/ivec_rte.c +++ b/ivec_RTE/src/ivec_rte.c @@ -342,7 +342,7 @@ void vCanConfigFilter() { // Reset counters after applying filters - maskCount = 1; + maskCount = 0; filterCount = 0; extendedFilterNumber = 0; stadardFilterNumber = 0;