Merge pull request #2350 from PX4/master_versioning_fix

Back Port of Git Versioning - without side effects
This commit is contained in:
Lorenz Meier
2015-06-13 00:07:19 +02:00
9 changed files with 48 additions and 15 deletions
+2
View File
@@ -41,6 +41,8 @@
#include <stdint.h>
#include "build_git_version.h"
__BEGIN_DECLS
__EXPORT extern const char* px4_git_version;
+1 -2
View File
@@ -52,8 +52,7 @@ SRCS = \
mcu_version.c \
bson/tinybson.c \
circuit_breaker.cpp \
circuit_breaker_params.c \
$(BUILD_DIR)git_version.c
circuit_breaker_params.c
ifeq ($(PX4_TARGET_OS),nuttx)
SRCS += err.c \