1
0
Fork 0
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:
Michael Keller 2017-12-28 14:17:00 +13:00 committed by mikeller
parent 0efbb3fc6b
commit 46244ef583
6 changed files with 22 additions and 2 deletions

View file

@ -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.