Some more code cleanup.

Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
Claudio Micheli
2019-03-11 11:47:08 +01:00
committed by Beat Küng
parent 59cf9a1dd4
commit cd47cefb03
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;