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

[Core]: Add missing cassert to internal control function source file #471

Merged
merged 1 commit into from
May 31, 2024

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented May 31, 2024

Describe your changes

This just adds the cassert header to can_internal_control_function source file. We use the assert macro in there, but it wasn't included.

How has this been tested?

This had been causing a compilation issue for me in another branch, which is interesting since the CI is passing, but adding this line allows it to compile.

This just adds the cassert header to can_internal_control_function source file.
We use the assert macro in there, but it wasn't included.
@ad3154 ad3154 added the bug Something isn't working label May 31, 2024
@ad3154 ad3154 requested a review from GwnDaan May 31, 2024 00:03
@ad3154 ad3154 self-assigned this May 31, 2024
Copy link

sonarcloud bot commented May 31, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ad3154 ad3154 merged commit e0e6ec5 into main May 31, 2024
10 checks passed
@ad3154 ad3154 deleted the adrian/missing-include branch May 31, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants