1
0
Fork 0
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:
Michael Keller 2018-04-04 12:19:46 +12:00 committed by GitHub
parent aede46288b
commit a3a4f5586f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,6 @@
#define FC_VERSION_STRING STR(FC_VERSION_MAJOR) "." STR(FC_VERSION_MINOR) "." STR(FC_VERSION_PATCH_LEVEL) #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; extern const char* const targetName;
#define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits. #define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits.