mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 09:30:34 +08:00
Mavlink: SYS_STATUS trivial style check fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user