AmboVent-1690-108 / AmboVent

AmboVent 1690.108
The Unlicense
206 stars 69 forks source link

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

Open ElectricRCAircraftGuy opened 4 years ago

ElectricRCAircraftGuy commented 4 years ago

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 commented 4 years ago

PR #46 resolves a tiny portion of this issue