Mavlink: SYS_STATUS trivial style check fix

This commit is contained in:
Daniel Agar 2019-04-23 08:47:38 -04:00
parent 2e9d0f0751
commit d8a1a79f69

View File

@ -573,9 +573,11 @@ protected:
if (!updated_status) {
_status_sub->update(&status);
}
if (!updated_battery) {
_battery_status_sub->update(&battery_status);
}
if (!updated_cpuload) {
_cpuload_sub->update(&cpuload);
}