mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 14:00:35 +08:00
0c7e9b0e6d
Necessary so that build_git_version.h is generated before version.c is compiled. Error before: ../src/lib/version/version.c:152:31: error: 'PX4_GIT_TAG_STR' undeclared (first use in this function) return version_tag_to_number(PX4_GIT_TAG_STR);