Use correct variable
This commit is contained in:
parent
9bfded055a
commit
cc3290be8e
@ -49,7 +49,7 @@ def get_firmware_specifier_build_flag():
|
||||
build_version = get_build_version()
|
||||
build_flag = "-D AUTO_GIT_HASH=\\\"" + build_version + "\\\""
|
||||
build_branch = get_build_branch()
|
||||
build_flag += " -D AUTO_GIT_BRANCH=\\\"" + branch_name + "\\\""
|
||||
build_flag += " -D AUTO_GIT_BRANCH=\\\"" + build_branch + "\\\""
|
||||
return (build_flag)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user