Skip to content

Commit

Permalink
Used macro for can dispatch delay
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaIqbal786110 committed Jan 23, 2024
1 parent 74a6842 commit 71a9128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void vCanDispatch(void* pv_params)
}

/* Yield to other tasks */
osDelay(3);
osDelay(CAN_DISPATCH_DELAY);
}
}

Expand Down

0 comments on commit 71a9128

Please sign in to comment.