mavlink: Fix GIT string transmission

This commit is contained in:
Lorenz Meier
2015-05-23 11:04:19 +02:00
parent 0d134aac53
commit ccac324f5b
3 changed files with 8 additions and 4 deletions
+3
View File
@@ -39,8 +39,11 @@
#pragma once
#include <stdint.h>
__BEGIN_DECLS
__EXPORT extern const char* px4_git_version;
__EXPORT extern const uint64_t px4_git_version_binary;
__END_DECLS