Open ElectricRCAircraftGuy opened 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
PR #46 resolves a tiny portion of this issue
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:
Do: