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

Code Formatting: use ALL_CAPS for all constants and #defines #30

Open
ElectricRCAircraftGuy opened this issue Apr 13, 2020 · 1 comment

Comments

@ElectricRCAircraftGuy
Copy link
Collaborator

This is a sub-issue of #11. Don't close #11 until all sub-issues are resolved.

All defines and compile-time constants should be in all caps.

Instead of:

#define full_configuration

Do:

#define FULL_CONFIGURATION
@ElectricRCAircraftGuy ElectricRCAircraftGuy changed the title Formatting: use ALL_CAPS for all constants and #defines Code Formatting: use ALL_CAPS for all constants and #defines Apr 13, 2020
@ElectricRCAircraftGuy
Copy link
Collaborator Author

PR #46 resolves a tiny portion of this issue

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

No branches or pull requests

1 participant