mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
FIX: REVISION length changed to 9 symbols
This commit is contained in:
parent
bf654e083e
commit
bf3b8b8413
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -139,7 +139,7 @@ endif
|
|||
|
||||
REVISION := norevision
|
||||
ifeq ($(shell git diff --shortstat),)
|
||||
REVISION := $(shell git log -1 --format="%h" | head -c 7)
|
||||
REVISION := $(shell git rev-parse --short=9 HEAD | head -c 9)
|
||||
endif
|
||||
|
||||
LD_FLAGS :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue