mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 09:50:35 +08:00
Some more code cleanup.
Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
committed by
Beat Küng
parent
59cf9a1dd4
commit
cd47cefb03
@@ -1280,7 +1280,7 @@ Commander::run()
|
||||
int system_power_sub = orb_subscribe(ORB_ID(system_power));
|
||||
int vtol_vehicle_status_sub = orb_subscribe(ORB_ID(vtol_vehicle_status));
|
||||
|
||||
struct geofence_result_s geofence_result {};
|
||||
geofence_result_s geofence_result {};
|
||||
|
||||
land_detector.landed = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user