mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Removed unused RELEASE_BUILD define. (#5616)
This commit is contained in:
parent
aede46288b
commit
a3a4f5586f
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@
|
|||
|
||||
#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