Refactored uavcan.protocol.SoftwareVersion

This commit is contained in:
Pavel Kirienko
2014-07-21 16:31:17 +04:00
parent 4d554116d8
commit 137a2f36d8
6 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ TEST(Node, Basic)
uavcan::protocol::SoftwareVersion swver;
swver.major = 0;
swver.minor = 1;
swver.build = 0xDEADBEEF;
swver.vcs_commit = 0xDEADBEEF;
/*
* uavcan::Node