From c9c64b3f25113eba565d0926b435f2b492a7468e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 19 Jan 2013 17:03:35 +0100 Subject: [PATCH] Added missing flag, tested --- apps/commander/commander.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/commander/commander.c b/apps/commander/commander.c index 72727867d5..cc382c2fd7 100644 --- a/apps/commander/commander.c +++ b/apps/commander/commander.c @@ -1718,6 +1718,8 @@ int commander_thread_main(int argc, char *argv[]) home_pub = orb_advertise(ORB_ID(home_position), &home); } + /* mark home position as set */ + home_position_set = true; tune_confirm(); } }