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

INVALID_CC_MESSAGE retune fix #961

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

taclane
Copy link
Contributor

@taclane taclane commented Jun 18, 2024

INVALID_CC_MESSAGE messages are supposed to be removed from the message count, however they currently trigger an immediate control channel retune due to a missing break statement.

This minor fix should allow the intended execution of only the INVALID_CC_MESSAGE switch/case statement without proceeding through the TDULC retune until it encounters a break;.

@robotastic robotastic merged commit ee1d597 into robotastic:rc/v5.0 Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants