mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Made Dshot DMAR configurable per target, added define to change defaults for release builds.
This commit is contained in:
parent
0efbb3fc6b
commit
46244ef583
6 changed files with 22 additions and 2 deletions
|
@ -26,6 +26,9 @@
|
|||
|
||||
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL)
|
||||
|
||||
// Uncomment this for release / maintenance branches, or use `OPTIONS=RELEASE_BUILD`
|
||||
//#define RELEASE_BUILD
|
||||
|
||||
extern const char* const targetName;
|
||||
|
||||
#define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue