AP_Common: add os_sw_version to AP_FWVersion

This commit is contained in:
Peter Barker 2017-11-27 12:17:50 +11:00 committed by Andrew Tridgell
parent 4f7905331a
commit b48c729bb1

View File

@ -17,6 +17,7 @@ public:
const char *middleware_hash_str;
const char *os_name;
const char *os_hash_str;
const uint32_t os_sw_version;
static const AP_FWVersion &get_fwverz() { return fwver; }