1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

FIX: Updated GIT_SHORT_REVISION_LENGTH to 9

This commit is contained in:
s.salov 2025-01-17 23:13:59 +03:00
parent bf3b8b8413
commit ec01012e44

View file

@ -32,7 +32,7 @@
extern const char* const targetName;
#define GIT_SHORT_REVISION_LENGTH 7 // lower case hexadecimal digits.
#define GIT_SHORT_REVISION_LENGTH 9 // lower case hexadecimal digits.
extern const char* const shortGitRevision;
#define GIT_SHORT_CONFIG_REVISION_LENGTH 7 // lower case hexadecimal digits.