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:
parent
bf3b8b8413
commit
ec01012e44
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue