Skip to content

Commit

Permalink
MIMX8ML8: drivers: fix FLEXCAN2 issue
Browse files Browse the repository at this point in the history
Signed-off-by: FrancescoFerraro <[email protected]>
  • Loading branch information
FrancescoFerraro committed Sep 20, 2021
1 parent 0d1f217 commit c385b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/MIMX8ML8/drivers/fsl_flexcan.c
Original file line number Diff line number Diff line change
Expand Up @@ -4664,7 +4664,7 @@ void CAN_FD2_DriverIRQHandler(void)
{
assert(NULL != s_flexcanHandle[2]);

s_flexcanIsr(FLEXCAN1, s_flexcanHandle[2]);
s_flexcanIsr(FLEXCAN2, s_flexcanHandle[2]);
SDK_ISR_EXIT_BARRIER;
}
#endif

0 comments on commit c385b5d

Please sign in to comment.