1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

FIX: REVISION length changed to 9 symbols

This commit is contained in:
s.salov 2025-01-17 22:35:49 +03:00
parent bf654e083e
commit bf3b8b8413

View file

@ -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 :=