mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 22:30:37 +08:00
Refactored uavcan.protocol.SoftwareVersion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user