version: remove FW_GIT & FW_BUILD_URI, use the correct methods instead

This is cleanup after rebasing
This commit is contained in:
Beat Küng
2016-12-21 10:19:17 +01:00
committed by Lorenz Meier
parent 3d0f1e4a4f
commit 5e9bdff205
6 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ void UavcanNode::fill_node_info()
/* software version */
uavcan::protocol::SoftwareVersion swver;
// Extracting the first 8 hex digits of GIT_VERSION and converting them to int
// Extracting the first 8 hex digits of the git hash and converting them to int
char fw_git_short[9] = {};
std::memmove(fw_git_short, px4_firmware_version_string(), 8);
assert(fw_git_short[8] == '\0');