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

fix: rename class to class_code, for c++ compatibility #269

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

electretmike
Copy link
Contributor

class is a reserved word in c++, so it should not be used. Renames to class_code. Also renamed subclass to subclass_code, for consistency.

This will break vendor specific class drivers that are not in this repository.

@sakumisu sakumisu merged commit dc57ab1 into cherry-embedded:master Oct 30, 2024
1 check passed
sakumisu pushed a commit that referenced this pull request Oct 30, 2024
@electretmike electretmike deleted the cpp-compatibility branch October 31, 2024 08:30
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