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

FIX: REVISION length not more than 7 symbols

This commit is contained in:
s.salov 2025-01-13 21:39:25 +03:00
parent 889aa9f9da
commit bf654e083e

View file

@ -139,7 +139,7 @@ endif
REVISION := norevision
ifeq ($(shell git diff --shortstat),)
REVISION := $(shell git log -1 --format="%h")
REVISION := $(shell git log -1 --format="%h" | head -c 7)
endif
LD_FLAGS :=