Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert all all for loop to ranged for loops for CRMP. #4205

Closed
yufengwangca opened this issue Dec 15, 2020 · 1 comment · Fixed by #4714
Closed

Convert all all for loop to ranged for loops for CRMP. #4205

yufengwangca opened this issue Dec 15, 2020 · 1 comment · Fixed by #4714
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@yufengwangca
Copy link
Contributor

Problem

There are a bunch of places still use for loops in CRMP module, such as:

for (int i = 0; i < CHIP_CONFIG_RMP_RETRANS_TABLE_SIZE; i++)

Proposed Solution

Convert all all for loop to ranged for loops for CRMP.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.73. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants